Activity overview
Latest activity by fredrikt
Hi, I allso get a OutOfMemoryException when dooing a memory profile and as others my app works fine when dooing performance profiling and when running in debug/release mode without the profiler...
Here's the resutl from the MessageBox you display:
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
Server stack trace:
at _8._1()
at _10._1(_8 )
at _10._1(Byte[] )
at RedGate.Profiler.Engine.ProfilingSession._3()
at RedGate.Profiler.Engine.ProfilingSession.GetProfilerResults()
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
at _3._1.EndInvoke(IAsyncResult result)
at _3._3(IAsyncResult ) / comments
Hi, I allso get a OutOfMemoryException when dooing a memory profile and as others my app works fine when dooing performance profiling and when running in debug/release mode without the profiler...
...