Hello, I just installed v5.4.1 on a Windows 2003 Server, Web Edition with SQL Express 2005 and everything installed fine. When I browse to the site, I get the error below: Thanks in advance for the help Server Error in '/DNN02' Application.
-------------------------------------------------------------------------------- String was not recognized as a valid Boolean.
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.FormatException: String was not recognized as a valid Boolean. Source Error:
Line 133:
Line 134: ' all of the logic which was previously in Application_Start was moved to Init() in order to support IIS7 integrated pipeline mode ( which no longer provides access to HTTP context within Application_Start ) Line 135: Initialize.Init(app) Line 136:
Line 137: 'run schedule if in Request mode
Source File: c:\inetpub\wwwroot\DNN02\App_Code\Global.asax.vb Line: 135 Stack Trace:
[FormatException: String was not recognized as a valid Boolean.]
System.Boolean.Parse(String value) +7663730
DotNetNuke.Common.Initialize.CheckVersion(HttpApplication app) +71
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +677
DotNetNuke.Common.Initialize.Init(HttpApplication app) +145
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in c:\inetpub\wwwroot\DNN02\App_Code\Global.asax.vb:135
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082 |