
6 Answers, 1 is accepted
Did you install Visual Studio 2008 SP1? Lacking VS 2008 SP1 is the most common reason for the design time behavior of the RadControls not working correctly.
The Telerik.Web.Design Assembly and the Design-time Troubleshooting articles give some more information on the matter.
Kind regards,
Erjan Gavalji
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

I had similar problems. What I did was I added
Telerik.Web.Design 2009.3.1314.20 and Telerik.Web.Design 2009.3.1314.35
Telerik.Web.UI 2009.3.1314.20 and Telerik.Web.UI 2009.3.1314.35 to windows assembly.
You can also add from Microsfot .net 2.0 Configuration.
Telerik have asked to only add .35 but I added .20 and it worked.
You dont have to change anything in web.config file.
Well I have .Net Framework 3.5 SP1.
This worked for me. Close Visual Studio 2008 and open project , add fresh references to your project and clean the solution and build it again.
Cheers!!!



Got this when I tried to create a new RadControls ASP.NETWebsite: (see attached files - Telerik1.jpg) This method doesn't work at all.
Opened a RadControls ASP.NET Web Application, default configoptions (telerik): (attached file - Telerik2.jpg) All seemed right, the RadScriptManager1 appears in design view, no errors.
Everything looked fine, so I dropped in a RadTextBox from the toolbar and then it turns into this. Now theRadScriptManager1 that worked fine before the text box has this error: (attached file - Telerik3.jpg)
And beside the RadTextBox that I dropped onto the page I getthis error (wouldn’t show in first screen shot because It’s a pop-up error/message: (attached file - Telerik4.jpg)
I really need to get this problem resolved. I have been chasing this problem for a month now. Thanks.
I'm sorry for both the problems you got. I'll try helping you solve them as quick as I can. Here it goes:
- The New RadControls WebSite error is indeed a bug in the Visual Studio Extensions in the RadControls for ASP.NET Q3 2009 SP1 installer. We released a fix in the Untrusted component 'Telerik.Web.UI.VSX, Version-2009.03.1313.0 forum post. Can you please, download the fix and apply it?
- Designer error on Toolbox drag-and-drop. This usually happens when using the NET35 assembly as a reference and performing a control drag-and-drop from the RadControls for ASP.NET AJAX NET20 ToolBox group or vice-versa. I believe your project has TargetFramework set to 3.5 (the telerik2.jpg screenshot notes that the script manager works correctly when loading the .NET 35 assembly). Can you please, use the RadControls for ASP.NET AJAX NET35 toolbox item group to drag and drop a control from the ToolBox?
Kind regards,
Erjan Gavalji
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.