|
Solved: FatalExecutionEngineError
Hey there...
I am working on a C# Streetdeck Plugin. From time to time the following error occurs:
FatalExecutionEngineError was detected
Message: The runtime has encountered a fatal error. The address of the error was at 0x79f1a3ae, on thread 0x5d4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.
Does anybody know something about this. I assume it is something with the events. I disconnect all module.OnGetText events. But I do not disconnect the panel.OnMouseClick events (because since I do not want to store them in a global variable it is not possible).
Any suggestions?
Thank you very much,
Lars
Last edited by lschneider; 03-22-2007 at 04:57 PM.
Reason: Solved
|