I've installed DNN many times in the past without problems. I just downloaded 4.4.0, created a new database, made sure Website directory had appropriate permissions, and added database configuration to the two places in Web.config. I've tried several times and each time I get the following error. I've seen other posts on this but no resolution. Has anyone been able to install 4.4.0 lately that may have run into this and found a way to fix it?
Installation Status Report
00:00:00.125 - Installing Version: 4.4.0
00:00:00.125 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.171 - Installing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:07.468 - Installing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:13.578 - Installing MemberRole Provider:
00:00:13.593 - Installing Script: InstallCommon.sql
00: - Installing Script: InstallMembership.sql
00:00:14.421 - Installing Script: InstallProfile.sql
00:00:14.609 - Installing Script: InstallRoles.sql
00:00:15.140 - Performing General Upgrades
00:00:15.531 - Loading Host Settings:
00:00:15.734 - Configuring SuperUser:
00:00:16.125 - Installing Modules:
00:00:16.125 - Installing Module File HTML_03.03.00_Install: Success
00:00:16.656 - Installing Module File Links_03.03.00_Install: Success
00:00:16.921 - Executing Additional Scripts:
00:00:16.937 - Creating Portal: My Website
00:00:23.078 - Successfully Installed Portal 0:
00:00:23.078 - Installing Optional Resources:
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.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
Source Error:
[No relevant source lines]
|
Source File: ResourceInstaller.vb Line: 128
Stack Trace:
[XmlException: Data at the root level is invalid. Line 1, position 1.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +87
System.Xml.XmlTextReaderImpl.Throw(String res, String arg) +127
System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() +1906686
System.Xml.XmlTextReaderImpl.ParseDocumentContent() +503
System.Xml.XmlTextReaderImpl.Read() +38
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +145
System.Xml.XmlDocument.Load(XmlReader reader) +96
System.Xml.XmlDocument.Load(String filename) +157
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean status, Int32 indent, String type) in ResourceInstaller.vb:128
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean status, Int32 indent) in ResourceInstaller.vb:35
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) in Upgrade.vb:2183
DotNetNuke.Framework.Install.InstallApplication() +1756
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +311
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|
Server Error in '/sigcarePortal' Application.
Data at the root level is invalid. Line 1, position 1.
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42