I am having a problem getting Telerik to work with the .NET 2.0 framework in Visual Studio 2008. After everything was set up correctly, the final solution was to RE-START VISUAL STUDIO! RE-START VISUAL STUDIO!
Here is the properties of the DLL in our Library folder which we reference:
Originally, the Telerik installation only installed the 3.5 components. I unchecked all of the 3.5 components and created a new tab in the Toolbox. Then I Browsed to the Telerik DLL above and the result was that these components were added.
When I drag a control onto an ASPX page, this is the error I receive:
Here is the Web References:
Here is the Build settings:
Saturday, August 16, 2008
Subscribe to:
Post Comments (Atom)
Check This Out!
More Links to Good Information
- December (1)
- October (1)
- January (1)
- September (1)
- February (2)
- January (2)
- May (3)
- February (1)
- May (1)
- October (1)
- January (1)
- August (1)
- March (1)
- May (1)
- March (1)
- January (1)
- March (1)
- December (2)
- September (2)
- June (1)
- February (1)
- January (1)
- October (1)
- December (2)
- November (1)
- August (4)
- July (14)
- June (10)
- May (9)
- April (2)
- February (4)
- January (2)
- December (7)
- October (10)
1 comment:
Your problem appears to stem from the httphandlers in your web.config file that use a fully qualified name. Namely the Telerik DialogHandler and SpellCheckHandler declarations. Below is a link to a Telerik KB article.
KB Article
Post a Comment