Note: I apologize if I submitted this post multiple times... I've clicked on the Preview and Update buttons a few times now, but the "add post" page hasn't changed, so could only try again.
I've been trying to install the latest version of DNN Source, and my latest complication is that when I build it in VS2005, then visit http://localhost/DotNetNuke4, I get to an Installation page (http://localhost/DotNetNuke4/Install/InstallWizard.aspx) that tells me DNN is already installed. However, the "next" button is disabled (it's dimmed, and clicking on it does nothing), and when I try to visit http://localhost/DotNetNuke4 again, I get this 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 317: If PortalId <> -1 Then Line 318: ' load the PortalSettings into current context Line 319: Dim _portalSettings As PortalSettings = New PortalSettings(TabId, objPortalAliasInfo) Line 320: app.Context.Items.Add("PortalSettings", _portalSettings) Line 321: Else
|
Source File: C:\Inetpub\DotNetNuke4\Library\HttpModules\UrlRewrite\UrlRewriteModule.vb Line: 319
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +247 DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +100 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) in C:\Inetpub\DotNetNuke4\Library\HttpModules\UrlRewrite\UrlRewriteModule.vb:319 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Can anyone give me pointers in where to go next?