while using
<telerik:RadSkinManager ID="QsfSkinManager" runat="server" ShowChooser="true"></telerik:RadSkinManager>
following error throws out..
The type or namespace name 'RadSkinManager' does not exist in the namespace 'Telerik.Web.UI' (are you missing an assembly reference?)
<telerik:RadSkinManager ID="QsfSkinManager" runat="server" ShowChooser="true"></telerik:RadSkinManager>
following error throws out..
The type or namespace name 'RadSkinManager' does not exist in the namespace 'Telerik.Web.UI' (are you missing an assembly reference?)
4 Answers, 1 is accepted
0
Accepted

Princy
Top achievements
Rank 2
answered on 05 Feb 2013, 07:39 AM
Hi Suthish
When adding a reference to your project be very, very careful that you pick the Telerik.Web.UI that matches your version of your .NET framework.
You could also check if you have the correct version of the DLL in the bin folder of your project and namespace is added on page.
Also, remove the old references in the code-behind file as well.
Thanks
Princy.
When adding a reference to your project be very, very careful that you pick the Telerik.Web.UI that matches your version of your .NET framework.
You could also check if you have the correct version of the DLL in the bin folder of your project and namespace is added on page.
Also, remove the old references in the code-behind file as well.
Thanks
Princy.
0

Suthish
Top achievements
Rank 2
answered on 05 Feb 2013, 07:49 AM
Thanks Princy,
I just downloaded latest demo version of ASP.NET AJAX UI. and created a project. everything works fine, till I try to apply existing styles given in Live Examples - RadControls for ASP.NET AJAX Q3 2012 SP2.
I followed the exact same code snippets..
I just downloaded latest demo version of ASP.NET AJAX UI. and created a project. everything works fine, till I try to apply existing styles given in Live Examples - RadControls for ASP.NET AJAX Q3 2012 SP2.
I followed the exact same code snippets..
0
Hello Suthish,
Can you please provide more details on your scenario? Can you clarify what you are trying to achieve and what is the current behavior that you get?
All the best,
Kate
the Telerik team
Can you please provide more details on your scenario? Can you clarify what you are trying to achieve and what is the current behavior that you get?
All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

Suthish
Top achievements
Rank 2
answered on 12 Feb 2013, 08:33 PM
All of a sudden, the problem is gone after restarting the Visual Studio..
So am closing this thread..