[ArgumentException: An item with the same key has already been added.]
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +60
System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +14587128
PintorProject.CMS.BusinessLayer.Path.GetSetting(String Key) in C:\Programming\PintorProject.Platform\ServerComponents\Server Managment\CMSControl\CMS\BusinessLayer\Path.cs:568
PintorProject.CMS.Web.CMSDefaultPage.SetCache() in C:\Programming\PintorProject.Platform\ServerComponents\Server Managment\CMSControl\CMS\Web\CMSDefaultPage.cs:292
PintorProject.CMS.Web.CMSDefaultPage.OnPreInit(EventArgs e) in C:\Programming\PintorProject.Platform\ServerComponents\Server Managment\CMSControl\CMS\Web\CMSDefaultPage.cs:419
System.Web.UI.Page.PerformPreInit() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +335
|