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

[Solved] Rad controllers intellisense VS 2005

1 Answer 141 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 16 Apr 2008, 07:38 PM
I inheranted this project with Telerik Controllers.  In order to make changes to the site I need to have access to the RadMenu.  The only thing I have is the RadControls Q1_2007_SP2_dev_hotfix with the NET1/NET2 controllers.  How do I use these controllers?  The web site works OK.  The problem is to access the controllers under Visual Studio 2005.  Since I don't have the .exe installation utility (I can't find where that is), I copied the controller RadMenu under the \VisualStudio2005\Common7\schemas location.  However, the web page HTML still doesn't recognize the radM tag, even though I declared that under the
 

<%

@ Register Assembly="RadMenu.Net2" Namespace="Telerik.WebControls" TagPrefix="radM" %>

 when I try to use the control:

<radM:radmenu id="RadMenu1" style="white-space:normal" Overlay="True" BaseZIndex="10000" runat="server" datasourceid="SiteMapDataSource1" flow="Vertical" Skin="something">

Any ideas how to make VS2005 to recognize the controllers or to see them on the tool box at least?

Thank you

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 21 Apr 2008, 08:53 AM
Hello Oscar,

Please, make sure that RadMenu.Net2.xml and RadMenu.Net2.dll files are present in the bin of you project. The xml file is responsible for the intellisense support. 

To add RadMenu to the toolbox, simply drag the RadMenu.Net2.dll file to the toolbox area.



Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Oscar
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or