This is a migrated thread and some comments may be shown as answers.

Telerik.Web.UI missing in action, twice?

2 Answers 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Wei
Top achievements
Rank 1
Wei asked on 30 Aug 2012, 01:37 AM
1) first time, I installed the ASP.NET AJAX RadControls, then also installed the SharePoint Acceleration Kit, but after I put RadTreeView control inside a web part project, i was getting error message saying "Telerik.Web.UI" could not be found when I tried to view a page hosting this web part-but I could see "Telerik.Web.UI" was clearly in the GAC
2) second attempt, after uninstalling both the Acceleration Kit and the ASP.Net AJAX RadControls, and removing Telerik related entries in the GAC, I only installed the SharePoint Acceleration Kit, and interestingly, nothing showed up in the Toolbox in VS2010!
3) third attempt, removed the Acceleration kit, I installed only the ASP.NET AJAX RadControls this time, and now I really cannot find "Telerik.Web.UI" in the GAC, I am only seeing "Telerik.Web.Design" in the GAC!
4) after manually registering the Telerik.Web.UI DLL into GAC, the issue remains, see the attached picture.

And the control I am interested here is the RADTreeView, I presume it is under Telerik.Web.UI, not Telerik.Web.Design? What am I missing?

2 Answers, 1 is accepted

Sort by
0
Wei
Top achievements
Rank 1
answered on 31 Aug 2012, 05:53 PM
Resolved these issue, what I did:
1) Only installing the RadControls AJAX,
2) Manually registered BOTH Telerik.Web.UI, Telerik.Web.Design assemblies into the GAC
3) Make sure the web.config is correct, especially put the Telerik.Web.UI.WebResource.axd entry in the  <handlers> instead of <httpHandlers>, and make sure for the <SafeControl> entries the version numbers for Telerik products are correct 
4) Last thing I did to ensure the RadTreeView control works inside a custom web part, is actually removing the ScriptManager from my custom web part, as the SharePoint 2010 page already included a ScriptManager. 
0
Kate
Telerik team
answered on 03 Sep 2012, 08:29 AM
Hello Wei,

Thank you for contacting us.

I am happy you could resolve the issue and thank you for letting me know. I will be glad to assist you further if you have  any other issues.

Regards,
Kate
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.
Tags
General Discussions
Asked by
Wei
Top achievements
Rank 1
Answers by
Wei
Top achievements
Rank 1
Kate
Telerik team
Share this question
or