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: Host Settings is currently unavailable.Error: Host Settings is currently unavailable.
Previous
 
Next
New Post
12/16/2009 2:39 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

 
New Post
12/16/2009 7:23 PM
 

It sounds like not all files have been replaced properly.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/17/2009 10:17 AM
 

Sebastian,

Thanks for the quick response. What would you suggest? Perhaps to recopy the 5.14 upgrade over the current install?
 

 
New Post
3/17/2013 11:24 AM
 
Hi,

I recently changed my IP address and am getting the following error:

Error: Host Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The given path's format is not supported. ---> System.NotSupportedException: The given path's format is not supported. at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) at System.IO.Directory.GetFiles(String path, String searchPattern) at DotNetNuke.Modules.Admin.Host.HostSettingsModule.BindData() in C:\inetpub\wwwroot\admin\Host\HostSettings.ascx.vb:line 394 at DotNetNuke.Modules.Admin.Host.HostSettingsModule.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\admin\Host\HostSettings.ascx.vb:line 457 --- End of inner exception stack trace ---

Also, users of my site are not receiving verification code emails after they register and when they click the forgot password link, they never receive that email with their password.

Please help ASAP!
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error: Host Settings is currently unavailable.Error: Host Settings is currently unavailable.


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