Hi,
would like to stick to Rune's initial error as I am experiencing exactly the same problem.
I am trying to upgrade DNN on my local machine (Windows 7 / IIS 7.5 / ASP.NET 4) from 6.2.6 to 7.0.2.
All was working good in 6.2.6.
Got the upgrade package, unblocked it and copy-pasted it into the root folder.
Built the Solution in VS 2012, solved some minor issues (replaced the old Telerik.Web.UI dll) -> Build succeeded.
But when navigating to the website (http://localhost:8087/Install/Install.aspx?mode=upgrade) I get Rune's mysterious error (see below).
The problem is that debugging doesn't help, no breakpoint gets hit.
Note: Have upgraded a different website from 6.2.1 to 7.0.2 successfully and didn't run into this error.
Can anyone help?
Thanks Peter
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Common.Globals.get_Status() +80 DotNetNuke.HttpModules.RewriterUtils.OmitFromRewriteProcessing(String localPath) +39 DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +205 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