Every time I try to do an installation, DNN never installs smoothly. I have a fresh 2003 server, with no other sites installed. Network Service has the appropriate rights. The only differnece is in IIS. I don't have it under the default website, I created a new one for DotNetNuke. It is pointing to the correct folder, however.
When I run the install, it gets all the db objects installed, performs the upgrade, then stops:
Installing DotNetNuke
Version: 03.03.03
Installation Status Report
00:00:00.015 - Installing Version: 3.1.0
00:00:00.015 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.125 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:01.265 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:03.812 - Installing MemberRole Provider:
00:00:03.812 - Executing InstallCommon.sql
00:00:04.062 - Executing InstallMembership.sql
00:00:04.312 - Executing InstallProfile.sql
00:00:04.406 - Executing InstallRoles.sql
00:00:04.625 - Upgrading to Version: 3.1.1
00:00:05.375 - Upgrading to Version: 3.2.0
00:00:05.406 - Upgrading to Version: 3.2.1
00:00:05.437 - Upgrading to Version: 3.2.2
00:00:05.453 - Upgrading to Version: 3.2.3
00:00:06.296 - Upgrading to Version: 3.2.4
00:00:06.328 - Upgrading to Version: 3.2.5
00:00:06.359 - Upgrading to Version: 3.2.6
00:00:06.375 - Upgrading to Version: 3.2.7
00:00:06.390 - Upgrading to Version: 3.3.0
00:00:06.406 - Upgrading to Version: 3.3.1
00:00:06.437 - Upgrading to Version: 3.3.2
00:00:06.484 - Upgrading to Version: 3.3.3
00:00:06.593 - Performing General Upgrades
00:00:06.765 - Loading Host Settings:
Server Error in '/' Application.
Length cannot be less than zero. Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
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:
[ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length]
System.String.Substring(Int32 startIndex, Int32 length) +172
DotNetNuke.Services.Upgrade.Upgrade.ParseSettings(XmlNode node) +396
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1109
DotNetNuke.Framework.Install.InstallApplication() +1163
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +265
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
|