Hello,
we have a problem with using different Assembly Versions of the Telerik.Web.Ui.dll that are deployed in the Global Assembly Cache.
We are getting the following reproducable error:
Telerik.Web.UI.RadFormDecorator with ID='RadFormDecorator1' was unable to find an embedded skin with the name 'Metro'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false.
The used versions are i.e: 2013.2.611.45 and 2015.1.225.45.
- Scenario1: The first page that will be opened finds the Theme correctly. If we navigate to the second page, where the other Version of the Telerik dll is used, then the error with the Theme is thrown.
- Scenario 2: If we navigate at first to the second Page (of course after a webapplication recycle), then this page works correctly and the first page throws the error.
- Scenario 3: If the two pages are using the same Version of the Telerik.Web.Ui.DLL then no error will be thrown
Do you know this behaviour and know how i can get this work?
Thanks,
Bastian John