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:
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
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"
/>
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