I have upgraded my site from 4.4.1 to 4.5.1 and it failed on me with the following error. Now when I attempt to install a module it immediately kicks me out. In addition, I used to be automatically logged in with my AD credentials, that is broke too. (Please note my AD requirement, we use a Common Access Card for login and people do not know passwords! This auto-login is a VERY ESSENTIAL functionality of DNN that needs more attention!!!!) I can restore very easily, but need to know what is preventing me from upgrading to the new version.
Any ideas would be appreciated.
Upgrading DotNetNuke
Current Assembly Version: 04.05.01
Current Database Version: 04.04.01
Upgrade Status Report
00:00:00.093 - Upgrading to Version: 4.5.1
00:00:00.406 - Executing Script: 04.05.00.SqlDataProvider Success
00:00:25.578 - Executing Script: 04.05.01.SqlDataProvider Success
00:00:32.969 - Performing General Upgrades
--------------------------------------------------------------------------------
Server Error in '/' 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 174:
Line 175: 'Install Resources
Line 176: ResourceInstaller.Install(True, 0)
Line 177:
Line 178: Response.Write("<h2>Upgrade Complete</h2>")
Source File: D:\Portal\CS\Install\Install.aspx.vb Line: 176
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() +1906670
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.InstallPortal(String strFile, Boolean writeFeedback, Int32 indent) +291
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent, String type) +867
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent) +17
DotNetNuke.Services.Install.Install.UpgradeApplication() in D:\Portal\CS\Install\Install.aspx.vb:176
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in D:\Portal\CS\Install\Install.aspx.vb:346
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