Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error upgrading from 5.1.2 to 5.2Error upgrading from 5.1.2 to 5.2
Previous
 
Next
New Post
12/1/2009 9:09 AM
 

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
 

 
New Post
12/20/2012 6:34 AM
 
I am getting the same error in upgradation, please tell me if you have found any solution for the same.
 
New Post
12/20/2012 6:48 AM
 

I am trying to upgrade the dnn 5.1.1 to the higher version atleast to dnn 5.2.3.

I followed the steps given in

http://www.chrishammond.com/blog/item...

I am getting error as follows,

 

Upgrading DotNetNuke

Current Assembly Version: 05.04.04

Current Database Version: 05.01.01


Upgrade Status Report




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 173: Line 174: 'stop scheduler Line 175: Scheduling.SchedulingProvider.Instance.Halt("Stopped by Upgrade Process") Line 176: Line 177: Services.Upgrade.Upgrade.UpgradeDNN(strProviderPath, DotNetNuke.Data.DataProvider.Instance().GetVersion)


Source File: D:\Projects\Reveal\REVEALPortal\MAIN\SOURCE\SITE\Website_Test\Install\Install.aspx.vb    Line: 175

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) +0 DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, DNNCacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, CacheItemPriority Priority, CacheItemRemovedCallback OnRemoveCallback) +195 DotNetNuke.Entities.Host.Host.GetHostSettingsDictionary() +382 DotNetNuke.Entities.Host.Host.GetHostSetting(String key) +58 DotNetNuke.Entities.Host.Host.get_SchedulerMode() +22 DotNetNuke.Services.Scheduling.DNNScheduling.CoreScheduler.Halt(String SourceOfHalt) +15 DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler.Halt(String SourceOfHalt) +73 DotNetNuke.Services.Install.Install.UpgradeApplication() in D:\Projects\Reveal\REVEALPortal\MAIN\SOURCE\SITE\Website_Test\Install\Install.aspx.vb:175 DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in D:\Projects\Reveal\REVEALPortal\MAIN\SOURCE\SITE\Website_Test\Install\Install.aspx.vb:367 System.Web.UI.Control.OnLoad(EventArgs e) +132 System.Web.UI.Control.LoadRecursive() +66 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428 


Please tell me if you have upgraded your dnn version.


Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error upgrading from 5.1.2 to 5.2Error upgrading from 5.1.2 to 5.2


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out