Exception Details: System.ArgumentException: An item with the same key has already been added
I'm getting the following error when installing the skin. It's clear that the key has already been written into, I'm guessing - the database, or a new page.
Umbraco won't fully install because of this error. I can access the backend (Content Manager).I can't proceed.
Which table of the database must I go to, to remove the duplicate data so I can re-run the skin installation and proceed?
Is there another way to fix this?
I have trawled the web and so far been unsuccessful - your help is greatly appreciated.
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.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +12679472
umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) +1747
umbraco.presentation.install.steps.Skinning.loadStarterKitDesigns.SelectStarterKitDesign(Object sender, EventArgs e) +378
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +155
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Exception Details: System.ArgumentException: An item with the same key has already been added
I'm getting the following error when installing the skin. It's clear that the key has already been written into, I'm guessing - the database, or a new page.
Umbraco won't fully install because of this error. I can access the backend (Content Manager).I can't proceed.
Which table of the database must I go to, to remove the duplicate data so I can re-run the skin installation and proceed?
Is there another way to fix this?
I have trawled the web and so far been unsuccessful - your help is greatly appreciated.
Please see error below:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
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:4.0.30319; ASP.NET Version:4.0.30319.272
is working on a reply...