Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Telerik.Web.UI.RadWindowManager with ID='RadWindowManager2' was unable to find embedded skin with na

beta

After install version 3.5.0 Beta 1, upgrade database and set my web.config, i'm getting:

Telerik.Web.UI.RadWindowManager with ID='RadWindowManager2' was unable to find embedded skin with name 'Gray'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.

jsaraiva
· 1
jsaraiva
Replies (4)
helpful
0
not helpful

In the field stacktrace of gemini_errorlog:

   at Telerik.Web.SkinRegistrar.GetEmbeddedSkinAttributes(ISkinnableControl control, Type controlType)
   at Telerik.Web.SkinRegistrar.RegisterCssReferences(ISkinnableControl _control)
   at Telerik.Web.UI.RadWebControl.RegisterCssReferences()
   at Telerik.Web.UI.RadWebControl.OnPreRender(EventArgs e)
   at Telerik.Web.UI.RadWindowManager.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 


jsaraiva
· 1
jsaraiva
helpful
0
not helpful

As a workarround I had edit all .aspx and .ascx files that have an <telerik:RadWindowManager ...>  and add:

EnableEmbeddedSkins="false"


jsaraiva
· 1
jsaraiva
helpful
0
not helpful

Thanks.  We will fix for final release.

You can also change to "Default".


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Also, check you have not kept an OLD Theme/Skin file...


Harvey Kandola
· 212
Harvey Kandola