Hi all,
I am running IIS6 with .net 3.5SP1 on a 2003R2 server.
I am new to professional edition. Just got my license and trying to upgrde an old site.
I am trying to upgrade from 04.07.00 to the most recent and have been using the upgrade path. After figuring out how to rename my log in module, I am now at version 05.01.00 and can't seem to go further.
The next step in the process is 05.02.03 but when I do, I get:
Current Assembly Version: 05.02.03
Current Database Version: 05.01.00
Upgrade Status Report
00:00:00.187 - Upgrading to Version: 05.02.03
00:00:01.328 - Executing Script: 05.01.01.SqlDataProvider
Server Error in '/' Application.
Method not found: 'Boolean DotNetNuke.Entities.Host.ServerController.get_IsWebFarm()'.
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.Entities.Host.ServerController.get_IsWebFarm()'.
So, I rolled back and decided to just try to go to 05.06.02 directly, but when I do, I get:
Server Error in '/' Application.
Method 'RestoreUser' in type 'DotNetNuke.Security.Membership.AspNetMembershipProvider' from assembly 'DotNetNuke.Provider.AspNetProvider, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
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: Method 'RestoreUser' in type 'DotNetNuke.Security.Membership.AspNetMembershipProvider' from assembly 'DotNetNuke.Provider.AspNetProvider, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Can anyone offer a suggestion?