Posted
on Jun 3, 2008
(permalink)
I've been using the WebBlue skin in my application for awhile now, but after a recompile recently I get the following error:
Telerik.Web.UI.RadToolBar with ID='RadToolBar1' was unable
to find embedded skin with name 'WebBlue'. Please, make sure that you
spelled the skin name correctly, or if you want to use a custom skin,
set EnableEmbeddedSkins=false.
I'm using the following code for the toolbar:
<telerik:RadToolBar ID="RadToolBar1" runat="server" Skin="WebBlue" CssClass="NoRoundedCornerEnds"
OnClientButtonClicked="DocumentToolbar_Click">
<Items></Items>
</telerik:RadToolBar>
It works fine if I switch to a different skin (such as Office2007) or use the default skin. It was working for many months prior to my recompile yesterday. Is it possible that the skin has a caching error?
Thanks,
Matt