I just installed RadControls for ASP.NET (v2009.2.701.35) and then opened the RadControlsExamples VS2008 project. However, while I see a new "Telerik" menu item, I don't see anything new in my Toolbox. Shouldn't there be at least a few new controls in there ;-).
I also tried creating a new WebApp and when I open the Default.aspx page, I get 3 "This control cannot be displayed because its TagPrefix is not registered in this Web Form. I looked in Web.config and it does have a
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
line so I'm not sure why I am seeing that message. I tried adding
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
but that just gave me new error messages.
This project also has nothing new in the toolbox. What's up?
-John
I also tried creating a new WebApp and when I open the Default.aspx page, I get 3 "This control cannot be displayed because its TagPrefix is not registered in this Web Form. I looked in Web.config and it does have a
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
line so I'm not sure why I am seeing that message. I tried adding
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
but that just gave me new error messages.
This project also has nothing new in the toolbox. What's up?
-John