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

Forum

Error: Host Settings is currently unavailable.
Last Post 2010-01-04 04:59 PM by Joseph Craig. 5 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
RobUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2009-12-22 06: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-12-22 08: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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
RobUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2010-01-04 04:27 PM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-04 04:35 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
RobUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2010-01-04 04:55 PM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-04 04:59 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds