I now spent hours to solv this dilemma. Reading posts on this forum, but nothing helps...
I add a new project, "RadControls CSharp WebApplication", wizard say for Telerik.Web.UI: "v.2009.3.1314.35 [Installation Folder] "
But I get "Error Creating Control" on scriptmanager and AjaxManager. And I can't add any Rad Controls in DesignView (if I add a RadGrid in SourceView I get "Error Creating Control" on that to.
I'm running Windows 7 32-bit, and have VS2008 SP1 (I reinstalled SP1 to be sure). I uninstalled Telerik and installed again "RadControls_for_ASP.NET_AJAX_2009_3_1314_dev"
In Windows/assembly I see two "Telerik.Web.Design" (2009.3.1314.20 & 2009.3.1314.35) and a "Telerik.Web.Design.VSX"
Please help me, I'm so wanna start coding...
I add a new project, "RadControls CSharp WebApplication", wizard say for Telerik.Web.UI: "v.2009.3.1314.35 [Installation Folder] "
But I get "Error Creating Control" on scriptmanager and AjaxManager. And I can't add any Rad Controls in DesignView (if I add a RadGrid in SourceView I get "Error Creating Control" on that to.
I'm running Windows 7 32-bit, and have VS2008 SP1 (I reinstalled SP1 to be sure). I uninstalled Telerik and installed again "RadControls_for_ASP.NET_AJAX_2009_3_1314_dev"
In Windows/assembly I see two "Telerik.Web.Design" (2009.3.1314.20 & 2009.3.1314.35) and a "Telerik.Web.Design.VSX"
Please help me, I'm so wanna start coding...
5 Answers, 1 is accepted
0

meidianto
Top achievements
Rank 1
answered on 28 Jan 2010, 11:27 PM
Add this to the web.config
If you just want to use Telerik for specific page, you can add this to the specific page instead:
<pages> |
<controls> |
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/> |
</controls> |
</pages> |
If you just want to use Telerik for specific page, you can add this to the specific page instead:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
0

Kennet
Top achievements
Rank 2
answered on 29 Jan 2010, 08:47 AM
Thanks, but that was no solution for me.
Telerik was already in web.config under "controls"
and the second suggestion, give and error in the "control" that aspx page is not found.
Telerik was already in web.config under "controls"
and the second suggestion, give and error in the "control" that aspx page is not found.
0
0

Kennet
Top achievements
Rank 2
answered on 29 Jan 2010, 11:14 AM
OK, last error was beacurse I hade an newer Telerik.Web.UI in punlicAssembly folder.
Now to the realy strange this:
If I create a new RadWebsite, and put it in default location "C:\Users\Kennet\Documents\Visual Studio 2008\WebSites\" then I UI works and I can use Rad controls.
But if I create a RadWebsite in a different location ex. "C:\C#\Websites" then I get error in UI on all Rad controls.
Why...? Userrights? (VS2008SP1 on Windows7 32-bit)
Now to the realy strange this:
If I create a new RadWebsite, and put it in default location "C:\Users\Kennet\Documents\Visual Studio 2008\WebSites\" then I UI works and I can use Rad controls.
But if I create a RadWebsite in a different location ex. "C:\C#\Websites" then I get error in UI on all Rad controls.
Why...? Userrights? (VS2008SP1 on Windows7 32-bit)
0

Schlurk
Top achievements
Rank 2
answered on 29 Jan 2010, 03:36 PM
Just to be safe, have you attempted to remove and re-add the RadControls in the GAC? For more information refer to this article:
Add/Remove Radcontrols to the GAC
Also as a side note: Having "#" in the name of a folder can potentially screw up Visual Studio so if you have only tried placing the project in a path with "C#" in it then this might be the issue why it is not working.
Add/Remove Radcontrols to the GAC
Also as a side note: Having "#" in the name of a folder can potentially screw up Visual Studio so if you have only tried placing the project in a path with "C#" in it then this might be the issue why it is not working.