|
Gladly. These are three of the errors... They happened about the same time (within a second or two). Since they looked slightly different, I wanted to include all of them. I suppose the problem could be in my code, so any tips on troubleshooting / narrowing down the issue would be most appreciated. Error: Exception of type 'System.OutOfMemoryException' was thrown. Inner Exception: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IdeaBlade.EntityModel.RemoteEntityServerProxyBase.CheckConnection(Exception pException) at IdeaBlade.EntityModel.EntityServerProxy.Fetch(SessionBundle bundle, IEntityQuerySurrogate query) at IdeaBlade.EntityModel.EntityManager.AsyncFetchWorker(AsyncEventArgs state) StackTrace: at IdeaBlade.EntityModel.EntityQueriedEventArgs`1.get_Results() at MyNamespace.ViewModels.OpenClassSearchViewModel.GetAllServicesQuery_Completed(EntityQueryOperation`1 args) 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) at IdeaBlade.EntityModel.AsyncProcessor`1.Signal() at IdeaBlade.EntityModel.AsyncProcessor`1.<Execute>b__5(Object x)
Error: There was an error loading your information. Please note the following: Exception of type 'System.OutOfMemoryException' was thrown.. Please contact your administrator if this happens frequently. .More Information: Error: Exception of type 'System.OutOfMemoryException' was thrown. Inner Exception: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IdeaBlade.EntityModel.RemoteEntityServerProxyBase.CheckConnection(Exception pException) at IdeaBlade.EntityModel.EntityServerProxy.Fetch(SessionBundle bundle, IEntityQuerySurrogate query) at IdeaBlade.EntityModel.EntityManager.AsyncFetchWorker(AsyncEventArgs state) StackTrace: at IdeaBlade.EntityModel.EntityQueriedEventArgs`1.get_Results() at MyNamespace.ViewModels.OpenClassSearchViewModel.GetAllServicesQuery_Completed(EntityQueryOperation`1 args) 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) at IdeaBlade.EntityModel.AsyncProcessor`1.Signal() at IdeaBlade.EntityModel.AsyncProcessor`1.<Execute>b__5(Object x) Error: Exception of type 'System.OutOfMemoryException' was thrown. Inner Exception: StackTrace: at System.ServiceModel.Channels.BufferManager.GCBufferManager.TakeBuffer(Int32 bufferSize) at System.ServiceModel.Channels.HttpInput.GetMessageBuffer() at System.ServiceModel.Channels.HttpInput.ParseMessageAsyncResult..ctor(HttpInput httpInput, AsyncCallback callback, Object state) at System.ServiceModel.Channels.HttpInput.BeginParseIncomingMessage(AsyncCallback callback, Object state) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.ProcessResponse(HttpWebResponse response, WebException responseException) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.OnGetResponse(IAsyncResult result) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassd.<InvokeGetResponseCallback>b__b(Object state2) at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback() Error: Exception of type 'System.OutOfMemoryException' was thrown. Inner Exception: StackTrace: at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) at MS.Internal.InternalWebRequestStream.Write(Byte[] buffer, Int32 offset, Int32 count) at System.ServiceModel.Channels.BytesReadPositionStream.Write(Byte[] buffer, Int32 offset, Int32 count) at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.WebRequestOutputStream.Write(Byte[] buffer, Int32 offset, Int32 count) at System.ServiceModel.Channels.HttpOutput.SendAsyncResult.WriteMessage(Boolean isStillSynchronous) at System.ServiceModel.Channels.HttpOutput.SendAsyncResult.OnGetOutputStream(IAsyncResult result) at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously) at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStreamAsyncResult.OnGetRequestStream(IAsyncResult result) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass9.<InvokeGetRequestStreamCallback>b__7(Object state2) at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
|