Exception message: Destination array is not long enough to copy all the items in the collection. Check array index and length.
Stack:
at IdeaBlade.EntityModel.RemoteEntityServerProxyBase.CheckConnection(Exception pException)
at IdeaBlade.EntityModel.EntityServerProxy.ExecFunc[T](Func`1 func, Boolean funcWillHandleException)
at IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer[T](Func`1 func, Boolean funcWillHandleException)
at IdeaBlade.EntityModel.EntityServerProxy.Fetch(SessionBundle bundle, IEntityQuerySurrogate query)
at IdeaBlade.EntityModel.EntityManager.AsyncFetchWorker(AsyncEventArgs asyncArgs)
Hi
I get the above mentioned exception when trying to grab roundabout 50 000 records from the database...
Can anybody please give a reason as to why this is being thrown (Except of course the obvious that the destination array is not long enough), and how I can fix this.