Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2815
Index out of range exception using v10.2
posted

Guys, thought you had fixed this issue:

 

Parameter name: index
 Source : mscorlib
 Help link :
 ActualValue :
 ParamName : index
 Data : System.Collections.ListDictionaryInternal
 TargetSite : Void ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)
 Stack Trace :    at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
    at System.ThrowHelper.ThrowArgumentOutOfRangeException()
    at System.Collections.Generic.List`1.get_Item(Int32 index)
    at System.Collections.ObjectModel.Collection`1.System.Collections.IList.get_Item(Int32 index)
    at System.Windows.Data.ListCollectionView.InternalItemAt(Int32 index)
    at System.Windows.Data.ListCollectionView.GetItemAt(Int32 index)
    at Infragistics.Windows.CollectionViewWrapper.get_Item(Int32 index)
    at Infragistics.Windows.DataPresenter.DataRecordCollection.AllocateNewRecord(Int32 index)
    at Infragistics.Windows.DataPresenter.UnsortedRecordSparseArray.GetItem(Int32 index, Boolean create, Boolean calledFromSortedManagerSparseArray, Boolean& newRowCreated)
    at Infragistics.Windows.DataPresenter.MainRecordSparseArray.CreateItem(SparseArray array, Int32 relativeIndex)
    at Infragistics.Collections.SparseArray.CreateItemHelper(ICreateItemCallback createItemCallback, Node node, Int32 nodeIndex, Int32 overallIndex)
    at Infragistics.Collections.SparseArray.GetItem(Int32 index, ICreateItemCallback createItemCallback)
    at Infragistics.Windows.DataPresenter.MainRecordSparseArray.GetItem(Int32 index, Boolean create)
    at Infragistics.Windows.DataPresenter.ViewableRecordCollection.CachedInfo.GetFixedNonSpecialRecords(List`1 list, Boolean top)
    at Infragistics.Windows.DataPresenter.ViewableRecordCollection.VerifySpecialRecords()
    at Infragistics.Windows.DataPresenter.ViewableRecordCollection.Verify()
    at Infragistics.Windows.DataPresenter.ViewableRecordCollection.get_ScrollCount()
    at Infragistics.Windows.DataPresenter.FlatScrollRecordsCollection.get_Count()
    at System.Windows.Data.ListCollectionView.get_InternalCount()
    at System.Windows.Data.ListCollectionView.get_IsEmpty()
    at System.Windows.Data.ListCollectionView.RefreshOverride()
    at System.Windows.Data.CollectionView.RefreshInternal()
    at System.Windows.Data.CollectionView.RefreshOrDefer()
    at System.Windows.Data.ListCollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
    at System.Windows.Data.CollectionView.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
    at Infragistics.Windows.DataPresenter.FlatScrollRecordsCollection.RaiseCollectionChangedHelper(NotifyCollectionChangedEventArgs eventArgs)
    at Infragistics.Windows.DataPresenter.FlatScrollRecordsCollection.RaiseChangeEvent(EventArgs e, Boolean async)
    at Infragistics.Windows.DataPresenter.FlatScrollRecordsCollection.RaisePendingNotifications()
    at Infragistics.Windows.DataPresenter.FlatScrollRecordsCollection.RaisePendingNotificationsCallback()

Parents
No Data
Reply
  • 5124
    Suggested Answer
    posted

    Hi, 

    Please provide some more details on this issue.  Is there another forum discussion on it, or a support case that you had opened?  Otherwise, do you have either a sample or steps I could follow to reproduce this?

     

    Thanks,

    Francis

Children