Index was outside the bounds of the array IndexOutOfRangeEce
Posted: Wed Dec 18, 2013 11:19 am
Hi,
We had a working website up until an hour ago and we started getting errors on the website. Do you have any suggestions?
Any help is appreciated.
We had a working website up until an hour ago and we started getting errors on the website. Do you have any suggestions?
Any help is appreciated.
Code: Select all
Server Error in '/' Application.
Index was outside the bounds of the array.
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.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
System.Collections.Generic.Dictionary`2.Resize() +309
System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +379
CommerceBuilder.Utility.LRUCache`2.set_Item(TKey key, TValue value) +67
CommerceBuilder.Catalog.UrlCache.GetCustomUrl(String requestPath) +244
CommerceBuilder.Catalog.DefaultUrlRewriter.RewriteUrl(String sourceUrl, String appPath, String host) +272
CommerceBuilder.Services.HttpModule.b(Object A_0, EventArgs A_1) +3151
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +270