November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
I'm unable to reach any mode in EPi - please help! Not sure what 7.1 changed to cause this error and I'm stuck!
I've seen that error once before - occured after changing namespace on a page type definition. It got registered as two different types in the database, using the same guid.
The stack trace indicates that this might be related to dynamic content. Can you double check your code, that you don't have registered two dynamic content classes with the same guid?
Make sure you don't have any extra .dlls in your /bin folder. For some reason we had a copy of EPiServer.Cms.Shell.UI.dll in the folder and after the 7.1 update PlugInLocator was trying to load both the old and updated versions of the dll, which caused the "An item with the same key has already been added." error.
I was sucessfully able to install patch 2 through nuget, everything worked, then I installed 7.1 through the addon store, clicking update on the edit ui first and everything updated and asked me to restart the site. I did, but then received this error message:
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:
Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\078d431a\ccbd4660\App_global.asax.0.cs Line: 0
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034