Hello,
I am getting an installation error and not sure what the problem is. Here is what is happening -
Installing DotNetNuke
Version: 04.04.01
Installation Status Report
00:00:00.031 - Installing Version: 4.4.0
00:00:00.031 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.093 - Installing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:02.734 - Installing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:04.031 - Installing MemberRole Provider:
00:00:04.031 - Installing Script: InstallCommon.sql
00:00:04.859 - Installing Script: InstallMembership.sql
00:00:05.421 - Installing Script: InstallProfile.sql
00:00:05.750 - Installing Script: InstallRoles.sql
00:00:06.296 - Upgrading to Version: 4.4.1 Success
00:00:06.484 - Performing General Upgrades
00:00:06.750 - Loading Host Settings:
00:00:06.828 - Configuring SuperUser:
00:00:07.218 - Installing Modules:
00:00:07.234 - Installing Module File HTML_03.03.00_Install: Success
00:00:07.593 - Installing Module File Links_03.03.00_Install: Success
00:00:07.906 - Executing Additional Scripts:
00:00:07.906 - Creating Portal: My Website
00:00:10.859 - Successfully Installed Portal 0:
00:00:10.859 - Installing Optional Resources:
I turned on debug="true" and customerrors = "Off" and get this right after the information above -
Server Error in '/portal' Application.
--------------------------------------------------------------------------------
Data at the root level is invalid. Line 1, position 1.
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:
Line 132: Response.Write("<h2>Installation Status Report</h2>")
Line 133: Response.Flush()
Line 134: Services.Upgrade.Upgrade.InstallDNN(strProviderPath)
Line 135:
Line 136: Response.Write("<h2>Installation Complete</h2>")
Source File: E:\mydomain.com\portal\Install\Install.aspx.vb Line: 134
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() +1906494
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) +2239
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1780
DotNetNuke.Framework.Install.InstallApplication() in E:\conquerdev.com\portal\Install\Install.aspx.vb:134
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) in E:\conquerdev.com\portal\Install\Install.aspx.vb:382
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Any help would be greatly appreciated.
Thank you,
Kristofer