I followed video to install 04.09.02 in Windows XP, but without success.
There is the following error:
Server Error in '/dotnetnuke4' 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 81:
Line 82: ' 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 83: Initialize.Init(app)
Line 84:
Line 85: ' run schedule if in Request mode
Source File: D:\DotNetNuke\DotNetNuke_Community_04.09.02_Install\App_Code\Global.asax.vb Line: 83
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +349
System.Web.Hosting.ISAPIWorkerRequest.ReadRequestHeaders() +95
System.Web.Hosting.ISAPIWorkerRequest.GetKnownRequestHeader(Int32 index) +55
System.Web.HttpRequest.get_UserAgent() +26
System.Web.HttpRequest.GetEncodingFromHeaders() +38
System.Web.HttpRequest.get_ContentEncoding() +48
System.Web.HttpRequest.get_QueryStringEncoding() +8
System.Web.HttpRequest.get_QueryStringText() +83
System.Web.HttpRequest.get_Url() +43
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +389
DotNetNuke.Common.Initialize.Init(HttpApplication app) +127
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in D:\DotNetNuke\DotNetNuke_Community_04.09.02_Install\App_Code\Global.asax.vb:83
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75