I get the following when in Admin and clicking on Configuration OR Configuration-->Advanced-->AppConfig Parameters:
Page URL:/admin/appconfig.aspx
Source:mscorlib
Message:Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Stack Trace:
at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at AspDotNetStorefrontAdmin.Controls.AppConfigList.Ge tDatasource() in c:\WebSites\ChronoShark\Admin\Controls\appconfigli st.ascx.cs:line 231
at AspDotNetStorefrontAdmin.Controls.AppConfigList.Bi ndData() in c:\WebSites\ChronoShark\Admin\Controls\appconfigli st.ascx.cs:line 190
at AspDotNetStorefrontAdmin.Controls.AppConfigList.ct rlSearch_ContentCreated(Object sender, FilterEventArgs e) in c:\WebSites\ChronoShark\Admin\Controls\appconfigli st.ascx.cs:line 385
at AspDotNetStorefrontControls.SearcheableTemplate.On ContentCreated(FilterEventArgs e) in C:\Source Control\DP_Products\WebReleases\AspDotNetStorefron tML\Ashland\ASPDNSFControls\SearcheableTemplate.cs :line 371
at AspDotNetStorefrontControls.SearcheableTemplate.Cr eateChildControls() in C:\Source Control\DP_Products\WebReleases\AspDotNetStorefron tML\Ashland\ASPDNSFControls\SearcheableTemplate.cs :line 458
at System.Web.UI.Control.EnsureChildControls()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I tried the solution to a previously closed Post of inserting a row into the [Store] table - which seemed to work for the poster, but did not for me.
any help would be greatly appreciated!
Thanks