Hi there,
I am unable to resolve this issue that I am facing regarding 5.1.4 it seems this particular version is worked on for IIS7 but there was no alert for people who are using IIS6, now I have lost all my application and even installed a clean install, I would really appreciate it if you can place a alert for people with IIS6 if this version is not going to work with IIS6 and if the future version will have similar issues as the 5.2.0 will most likely inherit the same configuration if not drastic changes.
Any thoughts from the core team will be appreciated. or if some one has figure out how to solve this issue for IIS6, MS SQL 2008 and OS Win 2003.
Thanks,
Wasay
**********************************************************
OS: Win 2003
IIS6
IIS Application Pool Settings: Scripts and Executable
Web application root Folder: Network Services (Read, Write and Modify permissions)
*************************************************
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 130:
Line 131: ' 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 132: Initialize.Init(app)
Line 133:
Line 134: 'run schedule if in Request mode
Source File: C:\Inetpub\sample.com\www\App_Code\Global.asax.vb Line: 132
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Common.Globals.GetStatus() +65
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +424
DotNetNuke.Common.Initialize.Init(HttpApplication app) +152
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in C:\Inetpub\sample.com\www\App_Code\Global.asax.vb:132
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75