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

Skins

2 Answers 503 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 03 Jan 2013, 10:06 PM
I cannot get any skin to load other than Default in my project. I added a reference to Telerik.Web.UI.Skins.dll but it still doesn't work. I am using Telerik 2012 Q1 NET 40.


Thanks,
Sam

2 Answers, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 04 Jan 2013, 02:09 PM
Hello Sam,

It is possible that there are cases when there are issues related to the upgrading/installation process. By  the information that you provided it seems that the project/application that you are attempting to run can not find reference to the Telerik.Web.UI.Skins.dll assembly file where all of the predefined skins (except for the Default one) are located. There are two reasons for the exception to be thrown - there are either no references set to the upgraded assembly files or the references are still the old ones pointing to the GAC. To resolve the exception you can try using the following approach - place all of the assembly files (Telerik.Web.UI.dll, Telerik.Web.UI.skins.dll and Telerik.web.Design.dll) in the local bin folder and update the references as demonstrated in this video.

Or you can use the following approach as well:
1. Delete the existing ones
2. Add the the Telerik.Web.UI.dll, Telerik.Web.UI.skins.dll and Telerik.web.Design.dll in the Bin directory
3. Add references to the above mentioned dll files.
4. Rebuild the solution

Give it a try and let me know how it goes.

Kind regards,
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
Sam
Top achievements
Rank 1
answered on 09 Jan 2013, 02:49 PM
That fixed it!


Thanks,
Sam
Tags
Scheduler
Asked by
Sam
Top achievements
Rank 1
Answers by
Kate
Telerik team
Sam
Top achievements
Rank 1
Share this question
or