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