8000 Source array was not long enough. Check srcIndex and length, and the array's lower bounds. · Issue #7 · HotcakesCommerce/hotcakes-commerce-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 8000
Source array was not long enough. Check srcIndex and length, and the array's lower bounds. #7
Closed
@sbwalker

Description

@sbwalker

The application will sometimes throw an error "Source array was not long enough. Check srcIndex and length, and the array's lower bounds." which will leave it in an unrecoverable error state. The only resolution is to restart the application which will immediately resolve the issue. The rest of the error details are included below:

at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.Generic.List`1.Insert(Int32 index, T item)
at System.Web.Mvc.ViewEngineCollection.InsertItem(Int32 index, IViewEngine item)
at Hotcakes.Commerce.Dnn.Providers.HccUrlRoutingModule.RegisterViewEngines(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0