Appear this error:
Version: 04.04.00
Installation Status Report
00:00:00.046 - Installing Version: 4.4.0
00:00:00.046 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
Success
00:00:00.093 - Installing Script: DotNetNuke.Schema.SqlDataProvider
Success
00:00:02.140 - Installing Script: DotNetNuke.Data.SqlDataProvider
Success
00:00:03.062 - Installing MemberRole Provider:
00:00:03.062 - Installing Script: InstallCommon.sql
00:00:03.625 - Installing Script: InstallMembership.sql
00:00:03.937 - Installing Script: InstallProfile.sql
00:00:04.078 - Installing Script: InstallRoles.sql
00:00:04.578 - Performing General Upgrades
00:00:04.781 - Loading Host Settings:
00:00:04.906 - Configuring SuperUser:
00:00:05.250 - Installing Modules:
00:00:05.265 - Installing Module File HTML_03.03.00_Install:
Success
00:00:05.734 - Installing Module File Links_03.03.00_Install:
Success
00:00:05.953 - Executing Additional Scripts:
00:00:05.953 - Creating Portal: My Website
00:00:08.703 -
Successfully Installed Portal 0:
00:00:08.703 - Installing Optional Resources:
Server Error in '/insomnia84/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:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
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() +1906718 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() +1171 DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +274 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