Hi all,
i have upgraded my DNN installation from 4.5.5 to 4.6
I obtain this error:
///////////////////////////////////////////////////////////////////////////
Upgrading DotNetNuke
Current Assembly Version: 04.06.00
Current Database Version: 04.05.05
Upgrade Status Report
00: - Upgrading to Version: 4.6.0
00:00:00.015 - Executing Script: 04.06.00.SqlDataProvider
--------------------------------------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Index was outside the bounds of the array.
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.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error:
Line 171: Response.Write("<h2>Upgrade Status Report</h2>")
Line 172: Response.Flush()
Line 173: Services.Upgrade.Upgrade.UpgradeDNN(strProviderPath, strDatabaseVersion.Replace(".", ""))
Line 174:
Line 175: 'Install Resources
Source File: D:\Inetpub\webs\creazioneimpresait\Install\Install.aspx.vb Line: 173
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
DotNetNuke.Data.SqlDataProvider.GetConnectionStringUserID() +676
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) +683
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script) +6
DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String strScriptFile, String version, Boolean writeFeedback) +113
DotNetNuke.Services.Upgrade.Upgrade.UpgradeVersion(String strScriptFile, Boolean writeFeedback) +165
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +380
DotNetNuke.Services.Install.Install.UpgradeApplication() in D:\Inetpub\webs\creazioneimpresait\Install\Install.aspx.vb:173
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in D:\Inetpub\webs\creazioneimpresait\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.832; ASP.NET Version:2.0.50727.832
/////////////////////////////////////////////////////////////////////////////
Could you help me ???
Thanks in advance
Blucobalto