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

Cannot upgrade to Q3 styled Skins

3 Answers 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Skylon
Top achievements
Rank 1
Skylon asked on 18 Nov 2011, 10:40 AM
Hello

Upgraded my project to Q3 RadControls (2011.3 1115) today.
I read the sticky note about the replacement of the skins, however it does not provide me with information on how to "upgrade" the code regarding to non-default skins.
My previous skin Windows7 cannot be loaded, though I copy Telerik.Web.UI.Skins to the \Bin folder and made a reference to that file.
I have the skin set in web.config:
<add key="Telerik.Skin" value="Windows7" />
This doesn't do the trick, I the the error in the first loaded control:
Telerik.Web.UI.RadSplitter with ID='SiteSplitter' was unable to find embedded skin with name 'Windows7'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 18 Nov 2011, 01:40 PM
Hi Mads,

Please refer to the following link for more information how to resolve this problem:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/separate-skin-assembly-in-radcontrols-for-asp-net-ajax-with-q3-2011.aspx

Best wishes,
Pavlina
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
Skylon
Top achievements
Rank 1
answered on 18 Nov 2011, 01:53 PM
Hi

Well I already followed that. Copied the file Telerik.Web.UI.Skins.dll til the Bin folder and made a reference to that file.
Do I need to perform any further steps?

Tried this in web.config:
<appSettings>
    <add key="Telerik.EnableEmbeddedSkins" value="false" />
    <add key="Telerik.Skin" value="Windows7" />
</appSettings>

But this just removes the skins completely from the site.
0
Accepted
Pavlina
Telerik team
answered on 21 Nov 2011, 02:47 PM
Hi Mads,

Can you please verify that you have a valid reference to the new AJAX skins dll in your project? Please read more in the following blog post:
Separate Skin Assembly in RadControls for ASP.NET AJAX with Q3'11

If the problem persists, I will ask you to send your files for a closer look on our part.

Thank you.

Kind regards,
Pavlina
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
Tags
General Discussions
Asked by
Skylon
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Skylon
Top achievements
Rank 1
Share this question
or