I am getting error when clicking on Host > Host Settings
Last Post 02/13/2012 11:18 PM by Joseph Craig. 3 Replies.
Author Messages
vijendra
Nuke Active Member
Nuke Active Member
Posts:39


--
02/11/2012 2:47 AM  
I am getting error when clicking on Host > Host Settings.

Pls let me know how to solve this. I am attaching the screenshot of the error.

Pls help me to resolve this problem.

Also copying the error below :






Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:







Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Modules.Admin.Host.HostSettingsModule.BindData() +5180
DotNetNuke.Modules.Admin.Host.HostSettingsModule.Page_Load(Object sender, EventArgs e) +112

[ModuleLoadException: Error: Host Settings is currently unavailable.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +409
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +85
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) +7
DotNetNuke.Modules.Admin.Host.HostSettingsModule.Page_Load(Object sender, EventArgs e) +134
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

[PageLoadException: Error: Host Settings is currently unavailable.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +324
DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +379
System.Web.UI.TemplateControl.OnError(EventArgs e) +8693002
System.Web.UI.Page.HandleError(Exception e) +84
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6776
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75



Joseph Craig
DNN MVP
Posts:11667


--
02/11/2012 11:44 PM  
What version of DotNetNuke are you using?

Is this a new install, or is this an existing install? Did this work before? If so, what changes have you made.

You might want to make the suggested change to web.config and see what that error says.

Joe Craig, Patapsco Research Group
Complete DNN Support
vijendra
Nuke Active Member
Nuke Active Member
Posts:39


--
02/13/2012 2:22 AM  
The below error i am getting putting the Debug True

Could Not Load Skin: /Portals/_default/Skins/Instant Food/Instant-food.ascx Error: D:\WebRoot\Domains\instantfoods.com\wwwroot\Admin\Skins\banner.ascx(4): error BC30512: Option Strict On disallows implicit conversions from 'Object' to 'Integer'.


Pls let me know how to solve this pls. Pls help me to resolve the problem.

Is any file i can attach so that you can see and let me know the problem pls.
Joseph Craig
DNN MVP
Posts:11667


--
02/13/2012 11:18 PM  
Try making strict="false". That might make the error go away, yet still provide additional debugging information.

Joe Craig, Patapsco Research Group
Complete DNN Support


---