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

Can't load VSB skin in asp.net project

1 Answer 44 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Puthisorn
Top achievements
Rank 1
Puthisorn asked on 01 Feb 2012, 05:24 AM
Hi!

I'm using Telerik ASP.NET 2011 Q3 / VS 2008 / NET 3.5

I'm used VSB to create my custom skin and export in ZIP format.

Anyone please tell me the instruction on how to use it in ASP.NET Web Application.

I had config the following

In web.config
<appSettings>
    <add key="Telerik.EnabledEmbeddedSkins" value="false"/>
    <add key="Telerik.Skin" value="XXX"/>
  </appSettings>

I put the skin resource in App_Themes > XXX > Resource File

It not giving any error but all the controls isn't apply skin. 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 03 Feb 2012, 10:18 AM
Hi,

Did you check carefully all related resources?

Setting Skin Overview
Skin Registration
Creating Custom Skin
Using skin in ASP.NET Themes

If you still experience problems, you should open a support ticket and send us a sample project with the existing problem, so we would be able to investigation it.

Most common problem why skins are not applied is that the url paths are incorrect. Check carefully if you placed in the right folders all CSS files and other related resources.

All the best,
Bozhidar
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
Visual Style Builder
Asked by
Puthisorn
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or