Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Installer and VS Extensions > Failed to create designer 'Telerik.Web.UI.RadGrid...

Not answered Failed to create designer 'Telerik.Web.UI.RadGrid...

Feed from this thread
  • Teresia avatar

    Posted on Jan 21, 2011 (permalink)

    Hi

    Every time I update to a new version of Telerik Radcontrols I get the designer view error back, and every time I go thru the pages here about troubleshooting, and every time the problems get solved by different approaches (remove/add reference, add the .dll in different folders, restart VS etc. )

    Today nothing I do fixes the problem. What is it that I do wrong?

    I am using Windows 7, Visual Studio 2008 SP1 and the absolute latest version of Telerik RadControls. I have many different projects on my disk pointing to different local websites.

    Thanks
    Teresia

    Reply

  • Petar Petar admin's avatar

    Posted on Jan 21, 2011 (permalink)

    Hi Teresia,

    I am sorry to hear that you are experiencing design time problems with our RadControls.

    I don't know if you have seen and tried the steps in the following two articles:

    If they don't help you then I will ask you if you can provide some more details about what steps have you tried. Did you install the latest version using the installer? Do you have other versions of the RadControls on your machine?

    Regards,

    Petar
    the Telerik team

     

    Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

    Reply

  • Emre avatar

    Posted on Apr 19, 2011 (permalink)

    I found the solution,

    remove old dll reference from project and add new one
    close vs.net
    windows "start menu-> all programs -> vs.net 20XX-> vs tools -> command prompt"  then type;
    gacutil -i [Telerik.web.design.dll file with full path]  and
    gacutil -i [Telerik.web.ui.dll file with full path]

    it's work for me and my friend

    Reply

  • Posted on Apr 19, 2011 (permalink)

    @Emre,
    I would go with adding only the design assm to the gac dude :)
    Adding the controls asm (Telerik.Web.UI) to the gac could cause you problems when deploying to a shared hosting :)

    Cheers,
    Blaize

    Reply

  • Alistair avatar

    Posted on May 18, 2011 (permalink)

    Hi Emre,

    installing the required version of the Telerik.Web.Design.dll into the GAC worked for me.

    Since I was working on a machine that hadn't done a full installation of the controls the design assembly, for my version, was missing from the GAC.

    Reply

  • Kamal Deep avatar

    Posted on Jun 23, 2011 (permalink)

    Excellent work,


    Thanks you did a good job.

    Reply

  • Alistair avatar

    Posted on Sep 5, 2011 (permalink)

    Thanks, adding the design assembly to the GAC worked for me too.

    Reply

  • Caleb avatar

    Posted on Nov 11, 2011 (permalink)

    Hello all I have the exact same problem and I have tried adding to the GAC and got the error stating that the dll installed was of an older type than the one being installed.  I have tried adding thee dll's to the VS files and have had no success in doing so.   Any help would be useful at this point.  

    CD

    Reply

  • Erjan Gavalji Erjan Gavalji admin's avatar

    Posted on Nov 14, 2011 (permalink)

    Hi CD,

    I guess the problem is in the assemblies, referenced by your project being a different version than the designer assembly you are attempting to use.

    Can you please:
    • make sure there are no Telerik.Web.UI assemblies in the Visual Studio probing paths (PrivateAssemblies/PublicAssemblies) and in the GAC
    • Load your project in Visual Studio and rebuild it
    • Check the version of the Telerik.Web.UI assembly in the BIN folder of your project
    • Check if there is the Telerik.Web.Design assembly with the same version in your GAC
    By the way, which Visual Studio version do you use?
    Can you check the <assemblies> tag in your web.config as well? Is there the Telerik.Web.UI assembly mentioned there (in other words, do you have a GAC reference to the Telerik.Web.UI assembly)?

    Looking forward to your reply,
    Erjan Gavalji
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

  • Caleb avatar

    Posted on Nov 14, 2011 (permalink)

    I have found no assemblies in the the private or public VS2010 Probing paths.
    I am using VS2010 but have installed VS2008 and VS2005 on the machine.  
    The version that is loaded in the bin folder is the same as the error.
    I don't see a version matching in the GAC but I do have the .35 and .20 loaded in the GAC.
    I don't have the GAC referenced in the web.config but when I did I received many errors from doing so.

    I am not sure what is going on here.

    CD  

    Reply

  • Erjan Gavalji Erjan Gavalji admin's avatar

    Posted on Nov 14, 2011 (permalink)

    Hi Caleb,

    Thanks for the details!

    I guess you checked the .NE T2.0 GAC (%windir%\Assembly) for the .NET 4.0 Telerik.Web.Design assembly. The thing is the .NET 4.0 GAC is located in the %windir%\Microsoft.NET\assembly folder. The gacutil tool woudl display it properly.

    Can you check using the gacutil tool, please?
    Here are the steps for that:
    • Start a Visual Studio 2010 Command Prompt as administrator
    • Type the following command and hit ENTER:
      gacutil /l Telerik.Web.Design
    Please, try the steps below if it not listed:
    • Close all Visual Studio instances
    • Start a Visual Studio 2010 Command Prompt as administrator (or use the other one if not closed)
    • Navigate to the folder where you downloaded the .NET 4.0 Telerik assemblies (i.e. the BIN40 folder of the distribution you downloaded)
    • Type the following command and hit ENTER:
      gacutil /i Telerik.Web.Design.dll
    • Start Visual Studio and check if you'll have the design time available now.

    Kind regards,
    Erjan Gavalji
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

  • Caleb avatar

    Posted on Nov 14, 2011 (permalink)

    I have checked using gacutil and I got this 

    Telerik.Web.Design Version=2010.1.519.20
    Telerik.Web.Design Version=2010.1.519.35
    Telerik.Web.Design Version=2010.1.519.40

    The error I am getting in VS2010 is as follows:


    Error Creating Control - radgrid
    Failed o create designer 'Telerik.Web.UI.RadGrid, Telerik.Web.UI, Version=2010.3.1317.40, Culture=nutral, PublicKeyToken=.....'

    I wonder if this error is because of a conflict of version 40 and 35 or is it not finding 40 where it needs to find it?

    CD

    Reply

  • Teodor Teodor admin's avatar

    Posted on Nov 16, 2011 (permalink)

    Hi Caleb,

    Telerik.Web.UI.dll requires Telerik.Web.Design.dll of the same version in the Gac. Unfortunately, it cannot find it because you have only
    2010.1.519 added. To include it use the command gacutil /i [path to Telerik.Web.Design.dll with version 2010.3.1317.40]. After that try using the designer again.

    I hope this solves your ploblem.

    Regards,
    Teodor
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Installer and VS Extensions > Failed to create designer 'Telerik.Web.UI.RadGrid...