DNN 6.1.0
.NET 4.0
Hello, I starting getting this error today and have no clue as to how to triage this. I'm not sure what changed in my development environment to make this happen. I searched all the files to see what was modified today, and only the log.resources file, and some feed cache files from the news module came up.
When you try to go to the root of the site, or any page for that matter, I get the IIS error screen, not the DNN error screen, with the below message.
I am not doing any development related to mobile detection. Is there a setting somewhere or something in the web.config that determines whether to attempt detection or not that I can turn off? What would trigger a call to this method in the Community Edition (I thought there were only the API's and no inherent functionality around mobile in CE?
Any help or thoughts appreciated!!!
Thanks in advance!
Chad
Server Error in '/thedynoroom' Application.
Method not found: 'Boolean DotNetNuke.Services.Mobile.IRedirectionController.IsRedirectAllowedForTheSession(System.Web.HttpApplication)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'Boolean DotNetNuke.Services.Mobile.IRedirectionController.IsRedirectAllowedForTheSession(System.Web.HttpApplication)'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[MissingMethodException: Method not found: 'Boolean DotNetNuke.Services.Mobile.IRedirectionController.IsRedirectAllowedForTheSession(System.Web.HttpApplication)'.] DotNetNuke.HttpModules.MobileRedirectModule.OnBeginRequest(Object s, EventArgs e) +0 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1