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

[Solved] Install Issues?

2 Answers 271 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 21 Aug 2009, 07:03 PM
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



2 Answers, 1 is accepted

Sort by
0
Mike
Top achievements
Rank 1
answered on 21 Aug 2009, 11:17 PM
Okay, I got the controls to showup in the Toolbox by running devenv /ResetSettings from the command line.

I'm still stuck with the "This control cannot be displayed..." when using the telerik webapp project template.

-John

0
Mike
Top achievements
Rank 1
answered on 22 Aug 2009, 04:43 PM
The second problem was caused by having a "#" in my project path name. Good grief. Everything seems to be working okay now.
Tags
General Discussions
Asked by
Mike
Top achievements
Rank 1
Answers by
Mike
Top achievements
Rank 1
Share this question
or