Here's my environment:
Windows Server 2008 R2
SharePoint: MOSS 2007
Visual Studio 2008
Telerik 2010.2.713.35 controls
Everything was working fine in my site collection, including the RadMenu. I deleted my original site collection and created a new one. Deployed my .WSP and activated my features like normal. The RadMenu lives in my master page. Now when I go to the site I get the following error:
Line 165: EnableShadows="true"
Line 166: style="z-index:10;">
Line 167: <telerik:RadMenuItem runat="server" Text="CANDIDATES">
Line 168: <Items>
Line 169: <telerik:RadMenuItem runat="server"
Here is the Register Assembly in my Master page.
Here is the ContentPlaceHolder tag that contains the RadMenu.
Note: we had another developer get set up with a new VM and he encountered the same problem as well.
Thanks for your help...