Hi all,
I have the same issue as Chris and he posted his question on Telerik website here and I also saw it in DNN forum but just can't seem to find it again so sorry if this is a repost. Can someone help with this? Basically I have DNN community 6.1.2 and latest Telerik controls 2011 Q3. My own modules looks fine after I change my web.config to include <bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.3.1115.35" /> and DNN looks fine EXCEPT for when I try to edit a module in Admin Edit mode. It shows an error and I can't do any administration on the modules.
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.
I tried compiling the DNN source with latest Telerik UI & Skin dll's. I ran into some error with the Ribbon.ascx. Then I changed to Release build and it built successfully. However, when I run the site, I get null exception error:
[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Common.Globals.get_Status() in Globals.cs:567 DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo logInfo) in LogController.cs:175 DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) in ExceptionLogController.cs:140
The null portion is DataProvider.Instance(). I did point the web.config database to a newly created db already.
So I need help in getting DNN 6.1.2 to work with Telerik Q3.
Thanks.