Hi,
I am hoping some of you can help me. I have attempted to install this so many times, i'm ready to give up. (Each time i start with a fresh unzip of DNN as well as a fresh DB)
Anyway, Here's my process. Maybe someone can catch what i'm doing wrong. This is on a shared hosting server with Verio
-First, I create the application root on the server. This creates the folder.
-I then unzip the DNN package to this directory.
-I then correct the web.config file (<customErrors mode="Off" />)
-I then begin the wizard.
- Set up for SQL Server, on a remote server. Connection test succeeds, file permission test succeeds
- All installation scripts run, return a success message.
-Then I click to finish and load the default page, and get the following error:
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.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +378 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1180 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Any ideas? Everything appears to be successul, the tables are all created, but I get the object reference/null error.
Thanks
Kevin