Error when installing Runway, "An item with the same key has already been added."
Hi all,
We'r updating Umbraco from 4.0.4.2 to 4.5.1 on windows server 2003, IIS 6, asp.net 3.5.
The server is throwing the following error on step 5 of the umbraco setup wizard:
Server Error in '/' Application.
An item with the same key has already been added.
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.ArgumentException: An item with the same key has already been added.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: An item with the same key has already been added.] System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +51 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +7464300 System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) +11 umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) +3209 umbraco.presentation.install.steps.boost.btNext_Click(Object sender, EventArgs e) +279 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614
Another post on the forum said a fresh install of umbraco and a new database fixes it but because we are upgrading an existing site, this is not an option.
Does anybody know how I can edit the existing database to fix this? AFAIK the existing website needs Runway to properly run the navigation bar and its not displaying correctly without runway installed.
Error when installing Runway, "An item with the same key has already been added."
Hi all,
We'r updating Umbraco from 4.0.4.2 to 4.5.1 on windows server 2003, IIS 6, asp.net 3.5.
The server is throwing the following error on step 5 of the umbraco setup wizard:
Server Error in '/' Application.
An item with the same key has already been added.
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.ArgumentException: An item with the same key has already been added.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614
Another post on the forum said a fresh install of umbraco and a new database fixes it but because we are upgrading an existing site, this is not an option.
Does anybody know how I can edit the existing database to fix this? AFAIK the existing website needs Runway to properly run the navigation bar and its not displaying correctly without runway installed.
Thanks! :) Max.
is working on a reply...