Application Debugging crash happens everytime I run my application.
SharpDevelop Version : 3.0.0.3069
.NET Version : 2.0.50727.1433
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture : English (United States) (en-US)
Working Set Memory : 139028kb
GC Heap Memory : 44027kb
Exception thrown:
System.Runtime.InteropServices.COMException (0x8013134F): Object is in a zombie state. (Exception from HRESULT: 0x8013134F)
at Debugger.Interop.CorDebug.ICorDebugThread.GetProcess(ICorDebugProcess& ppProcess)
at Debugger.Wrappers.CorDebug.ICorDebugThread.get_Process()
at Debugger.ManagedCallbackSwitch.NameChange(ICorDebugAppDomain pAppDomain, ICorDebugThread pThread)
at Debugger.ManagedCallbackProxy.<>c__DisplayClass1f.<NameChange>b__1e()
at Debugger.Interop.MTA2STA.<>c__DisplayClass3.<EnqueueCall>b__0()
at Debugger.Interop.MTA2STA.PerformCall()
at Debugger.Interop.MTA2STA.PerformAllCalls()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()