Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Visual Style Builder > Can't load VSB skin in asp.net project

Not answered Can't load VSB skin in asp.net project

Feed from this thread
  • Puthisorn avatar

    Posted on Jan 31, 2012 (permalink)

    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. 

    Reply

  • Bozhidar Bozhidar admin's avatar

    Posted on Feb 3, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Visual Style Builder > Can't load VSB skin in asp.net project