I am in the process of trying to move a 4.8.2 website to a new server. I copied all of the files from the old server, restored the db, set permissions, etc. but when I try to bring up the site, I am getting the following error:
Server Error in '/dms-portals' Application.
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.TypeLoadException: Could not load type 'DotNetNuke.Security.Authentication.AuthenticationController' from assembly 'DotNetNuke, Version=4.8.2.0, Culture=neutral, PublicKeyToken=null'.
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:
[TypeLoadException: Could not load type 'DotNetNuke.Security.Authentication.AuthenticationController' from assembly 'DotNetNuke, Version=4.8.2.0, Culture=neutral, PublicKeyToken=null'.]
DotNetNuke.HttpModules.AuthenticationModule.Init(HttpApplication application) +0
System.Web.HttpApplication.InitModulesCommon() +66
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1006
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +259
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +114
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +350
|
Could not load type 'DotNetNuke.Security.Authentication.AuthenticationController' from assembly 'DotNetNuke, Version=4.8.2.0, Culture=neutral, PublicKeyToken=null'.
The files are the same on both servers. What do I need to do to get past this error? Thanks!
Frank