You need to Register for free and Login to post a message in the forum.

Forum

Subject:  Error: Host Settings is currently unavailable.
Prev Next
You are not authorized to post a reply.

Author Messages
Rob
Nuke Newbie
Nuke Newbie
Posts:3

22 Dec 2009 12:11 PM  
Greetings, Recently I upgraded from 4.9 to 5.14 after I saw there was an alert for a "Critical Update". I proceeded to update as I usually do and everything seemed to go well until I tried to access the host settings which is when I received the following errors: Error: Host Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: D:\DotNetNuke\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(268): error BC30456: 'IsWebFarm' is not a member of 'DotNetNuke.Entities.Host.ServerController'. ---> System.Web.HttpCompileException: D:\DotNetNuke\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(268): error BC30456: 'IsWebFarm' is not a member of 'DotNetNuke.Entities.Host.ServerController'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace --- Upon checking the error log I received this entry. ModuleId: 327 ModuleDefId: 72 FriendlyName: Host Settings ModuleControlSource: DesktopModules/Admin/HostSettings/HostSettings.ascx AssemblyVersion: 5.1.4 PortalID: 0 PortalName: My Website UserID: 1 UserName: host ActiveTabID: 16 ActiveTabName: Host Settings RawURL: /tabid/16/portalid/0/Default.aspx AbsoluteURL: /Default.aspx AbsoluteURLReferrer: UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.3; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 56e7b314-a1c4-4726-ac29-34ef3666453b InnerException: D:\DotNetNuke\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(268): error BC30456: 'IsWebFarm' is not a member of 'DotNetNuke.Entities.Host.ServerController'. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.Web.Compilation.BuildManager.CompileWebFile StackTrace: Message: DotNetNuke.Services.Exceptions.ModuleLoadException: D:\DotNetNuke\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(268): error BC30456: 'IsWebFarm' is not a member of 'DotNetNuke.Entities.Host.ServerController'. ---> System.Web.HttpCompileException: D:\DotNetNuke\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(268): error BC30456: 'IsWebFarm' is not a member of 'DotNetNuke.Entities.Host.ServerController'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace --- If anyone has any ideas as to what might have cause this I would be grateful for any advice. Thanks in advance. Rob
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5311


22 Dec 2009 2:31 PM  
Were there any errors during the actual upgrade process?

The error message seems to imply that a dll did not get replaced.

You might want to revert to 4.9 and try again, this time looking for error messages.

Joe Craig
DNN Creative Support
Subscribe to the website
Rob
Nuke Newbie
Nuke Newbie
Posts:3

04 Jan 2010 10:27 AM  
Hi Joseph, Thank you for your reply. Sorry I haven't been able to respond quicker. My first attempt was to try and copy all of the DLL's from the 5.1.4 upgrade package to the correct folders and that did not work quite right and I'm turning up the same result. I then tried to revert back to 4.9.5 and that result was quite disasterous. I'm wondering if the way I am upgrading should be revised? I have never had issues until I tried the auto upgrade method. In previous successful upgrades I always edited the web.config and changed the connection strings, encryption keys, etc... If you have any thoughts I'd really appeciate to hear them. Thanks for your time. Rob
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5311


04 Jan 2010 10:35 AM  
Since 4.6.2, you don't have to manually edit web.config.  That should make upgrading a simple process.

Were you not able to return to 4.9.5?  What happened when you did that?

Joe Craig
DNN Creative Support
Subscribe to the website
Rob
Nuke Newbie
Nuke Newbie
Posts:3

04 Jan 2010 10:55 AM  
Hi Joseph, This is the error I receive when I tried the upgrade: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30451: Name 'ComponentFactory' is not declared. Source Error: Line 67: End If Line 68: Line 69: ComponentFactory.Container = New SimpleContainer() Line 70: Line 71: 'Install most Providers as Singleton LifeStyle Source File: D:\DotNetNuke\App_Code\Global.asax.vb Line: 69 Should I try to go back to 4.08.4? This is very perplexing! Thanks for the help. Rob
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5311


04 Jan 2010 10:59 AM  
If there is a version of DotNetNuke to which you can safely revert, then I would do that first. 

Then, upgrade to 4.9.5.  Make a good backup of the database and web directory for that one, so that you can get back to 4.9.5.

Next, try the upgrade to 5.2.1.  Make sure first that you have SQL Server 2005 and ASP.NET 3.5 with SP1 installed, as these are necessary for 5.2.1.

Joe Craig
DNN Creative Support
Subscribe to the website
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Error: Host Settings is currently unavailable.



ActiveForums 3.7

Latest Forum Posts

RE: Strange behaviour when pressing login by pontus66
Problem solved!Though I am not sure how. I haven't talked to my programmer yet, but he sent a mail a...
Dynamic Forms Email From User/Pass by Trusted
Hello everyone, We have a client with restrictive mail policies so a username and password is requi...
Using Default Template for Pages by toddre
I have a default template that I would like all Admins to use when creating new pages. I would also ...
RE: DataSprings Dynamic Forms Demo #20 Question by aggiedan97
Thanks for the feedback. I will let you know what I find and I have posted on the DS forum. So far ...
RE: ITextSharp by leesykes
Glad you got it sorted, what was the solution for anyone else searching for this problem?
RE: DataSprings Dynamic Forms Demo #20 Question by leesykes
Hello,This is not something I have explored yet, but as it happens I am going to be building a form ...
DataSprings Dynamic Forms Demo #20 Question by aggiedan97
I am attempting to build an order form that subtotals a section that is based on the 'TotalByQuan&nb...
RE: Shared Same content in Sub portals/ Childportals by leesykes
Hello,Your other option is to use RSS feeds for sharing content. Setup a module on your main site su...
RE: Should I be able to use a plain submit button in my module? by DiscoStu1975
Hi I used an ASP:button control originally and that produced exactly the same error with JS disa...
RE: Strange behaviour when pressing login by jncraig
Hmmm, I think that I have seen something like this before, but I'm having trouble remembering the ex...
RE: Shared Same content in Sub portals/ Childportals by jncraig
There are modules available that will permit you to share pages, modules and user among portals in a...
RE: Should I be able to use a plain submit button in my module? by jncraig
Using a form submit button won't work. If you use an ASP:button control that will work as clicking ...
RE: Should I be able to use a plain submit button in my module? by DiscoStu1975
Hi Joseph Thanks for the response. I am using an html input of type submit, yes. When you say a l...
RE: Should I be able to use a plain submit button in my module? by jncraig
Are you using a form submit button? Try just just using a link and see if that works.
RE: Removing the filed by jncraig
I don't know an easy way to do that, short of editing the ascs file that displays that information. ...
RE: ITextSharp by jumatthey
Problem solved.
Removing the filed by kaustav_kar
Hi,I want to remove the option Display Name from this page. http://whydiet-com.stagemefaster.com/hom...
Should I be able to use a plain submit button in my module? by DiscoStu1975
I have developed a module that is basically a simple data capture form. As I need the form to work w...
RE: Links by rajanijadhav
I have another question,in paypal integration for payment i have used [script removed]
Shared Same content in Sub portals/ Childportals by carlliw
Hello,I have a DNN parent portal and about 35 child/subportals. There are about 5 pages in all 35 c...
AppTheory
RSS Feeds