System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at CmsManager.GetSectionContent(String pageId, String sectionId) in d:\recruitonline_v10\App_Code\util\CmsManager.cs:line 170
at jobseeker_JobSearchResult.SetupPopupContent() in d:\recruitonline_v10\jobseeker\JobSearchResult.aspx.cs:line 1883
at jobseeker_JobSearchResult.Page_Load(Object sender, EventArgs e) in d:\recruitonline_v10\jobseeker\JobSearchResult.aspx.cs:line 69
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at BasePage.OnLoad(EventArgs e) in d:\recruitonline_v10\App_Code\util\BasePage.cs:line 41
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)