Hello,
Before I go into further detail, here is a link to the issue that was first raised on a Telerik forum by someone else:- http://www.telerik.com/community/foru...
My Issue and Background Info
The Telerik team have recently provided me with an "updated" telerik.web.ui dll which contains a fix for their datepicker control in that it didn't work for the welsh locale.
I have tried to update a DNN website by swapping the old Telerik.Web.UI dll in the bin directory, for the new one, and putting in an appropriate binding redirect in the web.config file.
This fixed the immediate issue with the date picker, however, whenever going into any of the module settings pages for any module in the DNN site, I get the following error:-
A critical error has occurred.
DotNetNuke.Web.UI.WebControls.TermsSelector with ID='termsSelector' was unable to find embedded skin with name 'Simple'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
The issue, as per the thread I linked above, appears to be that Telerik have split their "skins" out into a seperate dll. Even after placing this additional "Telerik.Web.UI.Skins.dll" into the DNN bin directory, dnn still throws the same error, and Telerik suggest that its a DNN issue with the RADEditor provider implementation which they don't support"
".. note that version 5.0 or later of DNN uses the Professional provider of RadEditor, which is implementation of the DNN developers and it is not supported by Telerik. Our suggestion is to post your question in the DNN forums and contact the support of DNN for help."
Does anyone have a solution for this problem? I'm assuimg there is a new RadEditor provider that supports having the "Simple" skin in this additional DLL?
The current version of DNN I am using is 06.00.01 (310)
Kind Regards