|
Hi guys,
We're using EntityInstantFeedbackSource of Devexpress for our Search Form purposes with Devforce nTier Architecture as the datasource.
Now, majority of our Search Form that queries different kind of tables are working well but some are experiencing issue like "Collection has been modified" during loading or "Index is out of range".
The problem is that, the issue is intermittent and we can hardly replicate the issue and we don't know when the bug will appear.
I managed to get some details, can you determine what causes this stack trace?
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNextRare() at System.Collections.Generic.List`1.Enumerator.MoveNext() at System.Linq.Enumerable.WhereListIterator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at IdeaBlade.EntityModel.PendingEntityMap.FindByFromEntity(EntityAspect fromAspect) at IdeaBlade.EntityModel.PendingEntityMap.Update(EntityAspect pendingAspect, EntityAspect realAspect) at IdeaBlade.EntityModel.ScalarEntityReference`1.InformPendingEntityOfRealEntity(EntityAspect realEntity) at IdeaBlade.EntityModel.ScalarEntityReference`1.QueryCallback(EntityQueryOperation op) at IdeaBlade.EntityModel.BaseOperation`2.OnCompleted() at IdeaBlade.EntityModel.BaseOperation`2.IdeaBlade.EntityModel.IHasAsyncEventArgs.OnCompleted() at IdeaBlade.EntityModel.AsyncProcessor`1.<>c__DisplayClass2.<.ctor>b__0(TArgs args)
Here's the link of our model project http://www.ideablade.com/forum/uploads/1228/iRely.Model2.rar - uploads/1228/iRely.Model2.rar , try to check the table tblSMSecurityUser, because that's the entity that we're using to query for that specific Search Form issue.
Thanks, Von
|