Skip to main content


 

Symptoms


ErrorIndex was out of range. Must be non-negative and less than the size of the collection. Parameter name: index forms rule.

 

Diagnoses


SmartObject was not binding to view which was diagnosed when packaging the view with the PandD tool.

"Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index'

Type: System.ArgumentOutOfRangeException
Source: mscorlib
Method Base
Member Type: Method
Name: get_Item
Module
Scope Name: CommonLanguageRuntimeLibrary
Declaring Type
Full Name: System.Collections.Generic.List`1
Stack Trace:
at System.Collections.Generic.List`1.get_Item(Int32 index)

at SourceCode.Forms.Utilities.FormsHelper.GetViewResults(Guidi] targetGuids, ResultTypes resultTypes)

at SourceCode.Forms.Utilities.FormsHelper.GetItems(TargetType targetType, Guidi] targetGuids, ResultTypes resultTypes)

at SourceCode.Forms.Utilities.AJAXCall.GetItems(String targetType, String targetId, String resultTypes, String resultFlags)

at SourceCode.Forms.Utilities.AJAXCall.ProcessRequest(HttpContext httpContext)

 

Resolution

Removed and re-added SmartObject to view which removed error.




 
Be the first to reply!

Reply