Solution to failed to create designer when using the telerik Control

Source: Internet
Author: User

Solution to failed to create designer when using the telerik Control

Choose one of the following three methods. (I used the third method. The first two are not tested)

  1. Bin-Deploy the design-time assembly
    This solution wocould work only in case you have not installed radcontrols for ASP. net Ajax using the provided setup program. assemblies installed by a setup program cannot be removed from GAC until the program is uninstalled. this approach is suitable when using only the DLL-s from a ZIP (be that a hotfix or latest internal build ).

    • Remove telerik. Web. Design. dll from the GAC (this wowould fail if you have installed radcotnrols for ASP. NET Ajax via the installer)
    • Copy telerik. Web. Design. DLL to your web site or application and make sure the DLL is copied to the bin folder
    • Restart Visual Studio
  2. GAC-Deploy the control library assembly
    • Add telerik. Web. UI. dll in the GAC
    • Remove telerik. Web. UI. dll from your bin folder
    • Make sure you have the following line in your web. config:
      <Add Assembly = "telerik. Web. UI, version = 2009.1.311.35, culture = neutral, publickeytoken = 121fae78165ba3d4"/>
    • Restart Visual Studio
  3. Copy telerik. Web. UI. DLL to c: \ Program Files \ Microsoft Visual Studio 9.0 \ common7 \ ide \ publicassemblies and restart Visual Studio.

 

Source: http://blogs.telerik.com/atanaskorchev/posts/09-03-06/meet_telerik_web_design_dll.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.