Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Having a bit of trouble here, I hope you can help me out DNN community because I am unable to interpret this one. Do I upgrade? Is there modification to the code? Config file? I just do not know.
The error comes from html\App_Code\Global.asax.vb where it's telling me on line 135 '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
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Common.Globals.GetStatus() +60
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +486
DotNetNuke.Common.Initialize.Init(HttpApplication app) +158
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in D:\Hosting\7252070\html\App_Code\Global.asax.vb:135
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
DNN Community 5.06.01
Client's Server Information:
IIS 7
Pipeline
ASP.NetRuntime Version4.0/4.5
Database name and username:
#####
Password:
Reset
Friendly Name:
###### Edit
Admin URL:
#######
SQL Server version:
2008 (Direct access allowed)
Status:
Setup
Last Activity:
Backup on 7/22/2013 at 3:50:05 PM
DSN:
Installed Uninstall
ASP schema:
Installed Uninstall
Hostname:
#####
Direct Access:
Yes
I would have provided the URL but I put an app-offline.htm to give the client a maintance page. Thank you in advance for your time.
Best Regards,
Kyle Hagel