COM Object, Zombie State?

JaedenRuiner

Well-known member
Joined
Aug 13, 2007
Messages
340
Programming Experience
10+
IN my application I've got a WebBrowser() component, and I don't know why, but I have a suspicion that the error is with that component, because sometimes it will just hang up for no reason, and every now and then i get this error that some "COM Object is in a Zombie State".

I tried to copy the exception error exactly so i could post it here but It didn't copy right so I've lost it. But, I figure someone might know what this "Zombie State" is all about, since I haven't a clue.

Thanks
Jaeden "Sifo Dyas" al'Raec Ruiner

ps - if the error happens again I'll make sure to post it here so there is a clearer illustration of what is going wrong.
 
Addendum: Actual Error Code

VB.NET:
SharpDevelop Version : 2.2.1.2742
.NET Version         : 2.0.50727.832
OS Version           : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture      : English (United States) (en-US)
Working Set Memory   : 114712kb
GC Heap Memory       : 55930kb

Exception thrown: 
System.Runtime.InteropServices.COMException (0x8013134F): Object is in a zombie state. (Exception from HRESULT: 0x8013134F)
   at Debugger.Interop.CorDebug.ICorDebugAppDomain.GetProcess(ICorDebugProcess& ppProcess)
   at Debugger.Wrappers.CorDebug.ICorDebugAppDomain.get_Process()
   at Debugger.ManagedCallbackProxy.<>c__DisplayClass1.<StepComplete>b__0()
   at Debugger.MTA2STA.<>c__DisplayClass3.<EnqueueCall>b__0()
   at Debugger.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()
Any ideas?
Thanks
Jaeden "Sifo Dyas" al'Raec Ruiner
 
Back
Top