After upgrading my site to Sitefinity 4.4, I was prompted for the upgraded license file as you normally are during an upgrade, but then I got a .Net yellow screen of death stating that the
"Telerik.Web.UI.RadWindow with ID='confirmWindow' was unable to find embedded skin with name 'Sitefinity'. Please, make sure that you spelled teh skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false"
(screenshot below)
I realize that Telerik moved the RadControl skins location in 4.4 from Telerik.Web.UI to Telerik.Web.UI.Skins, however I didn't expect it to break their own license confirmation page.
According to this blog post, the skins were moved to reduce the memory usage if one doesn't need the extra skins.
Does anyone know what I need to do to fix the reference and/or make Sitefinity use the reduced footprint default skins? My number 1 priority is to fix the problem. Number 2 priority would be the smaller memory usage.