I've got a brand new install of aspdotnetstorefront version 9. When try to go to appconfigs, I get the following error:
Server Error in '/' Application.
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
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.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Source Error:
Line 229: else
Line 230: {
Line 231: var defaultStore = Stores[0]; // probably not multi-store
Line 232: var storeConfigs = AppConfigManager.GetAppConfigCollection(defaultSto re.StoreID);
Line 233: allConfigs.AddRange(storeConfigs);
Source File: d:\Domains\dev.ahsrescue.com\wwwroot\Admin\Control s\appconfiglist.ascx.cs Line: 231
Stack Trace:
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource) +64
System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n() +15
System.Collections.Generic.List`1.get_Item(Int32 index) +7497276
AspDotNetStorefrontAdmin.Controls.AppConfigList.Ge tDatasource() in d:\Domains\dev.ahsrescue.com\wwwroot\Admin\Control s\appconfiglist.ascx.cs:231
AspDotNetStorefrontAdmin.Controls.AppConfigList.Bi ndData() in d:\Domains\dev.ahsrescue.com\wwwroot\Admin\Control s\appconfiglist.ascx.cs:190
AspDotNetStorefrontAdmin.Controls.AppConfigList.ct rlSearch_ContentCreated(Object sender, FilterEventArgs e) in d:\Domains\dev.ahsrescue.com\wwwroot\Admin\Control s\appconfiglist.ascx.cs:391
AspDotNetStorefrontControls.SearcheableTemplate.On ContentCreated(FilterEventArgs e) in C:\Source Control\DP_Products\WebReleases\AspDotNetStorefron tML\Ashland\ASPDNSFControls\SearcheableTemplate.cs :371
AspDotNetStorefrontControls.SearcheableTemplate.Cr eateChildControls() in C:\Source Control\DP_Products\WebReleases\AspDotNetStorefron tML\Ashland\ASPDNSFControls\SearcheableTemplate.cs :458
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +44
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842