Hi
I try to upgrade to the 5.2 version of DNN but I only get the following error message:
Upgrading DotNetNuke
Current Assembly Version: 05.02.00
Current Database Version: 05.01.02
Upgrade Status Report
00:00:00.024 - Upgrading to Version: 05.02.00
00:00:00.050 - Executing Script: 05.01.03.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()'.
Source Error:
Line 56: 'Call base class method to add obect to cache
Line 57: MyBase.Insert(Key, Value, d, AbsoluteExpiration, SlidingExpiration, Priority, OnRemoveCallback)
Line 58: End Sub
Line 59:
Line 60: Public Overrides Function PurgeCache() As String
Source File: E:\www\ReactNettavis\Customer\Library\Providers\CachingProviders\FileBasedCachingProvider\FileBasedCachingProvider.vb Line: 58
Stack Trace:
[MissingMethodException: Method not found: 'Boolean DotNetNuke.Entities.Host.ServerController.get_IsWebFarm()'.]
DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String Key, Object Value, DNNCacheDependency Dependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, CacheItemPriority Priority, CacheItemRemovedCallback OnRemoveCallback) in E:\www\ReactNettavis\Customer\Library\Providers\CachingProviders\FileBasedCachingProvider\FileBasedCachingProvider.vb:58
DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, DNNCacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, CacheItemPriority Priority, CacheItemRemovedCallback OnRemoveCallback) +131
DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject) +72
DotNetNuke.Data.SqlDataProvider.get_SqlDelimiterRegex() +93
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) +271
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script) +12
DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String strScriptFile, Boolean writeFeedback) +127
DotNetNuke.Services.Upgrade.Upgrade.UpgradeVersion(String strScriptFile, Boolean writeFeedback) +112
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, Version dataBaseVersion) +333
DotNetNuke.Services.Install.Install.UpgradeApplication() in D:\www\ReactNettavis\Svin\Website\install\Install.aspx.vb:173
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in D:\www\ReactNettavis\Svin\Website\install\Install.aspx.vb:363
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
What can I do to upgrade to 5.2.
Magne