FatalExecutionEngineError was detected
-
Hi, I am using Visual studio 2005 (VC.Net). I am getting a very strange error in my application when i am calling managed code function ie. When I am loading XML file through load function with System::XML::XmlDataDocument object variable. The error message is Managed Debugging Assistant 'FatalExecutionEngineError' has detected a problem in 'C:\TestApp.exe'. Additional Information: The runtime has encountered a fatal error. The address of the error was at 0x79f9432a, on thread 0x3d4. 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. Please kindly help me. Regards, KN Rao
knarasimharao
-
Hi, I am using Visual studio 2005 (VC.Net). I am getting a very strange error in my application when i am calling managed code function ie. When I am loading XML file through load function with System::XML::XmlDataDocument object variable. The error message is Managed Debugging Assistant 'FatalExecutionEngineError' has detected a problem in 'C:\TestApp.exe'. Additional Information: The runtime has encountered a fatal error. The address of the error was at 0x79f9432a, on thread 0x3d4. 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. Please kindly help me. Regards, KN Rao
knarasimharao
It seems its Managed C++,right?
WhiteSky
-
It seems its Managed C++,right?
WhiteSky
yes it's a managed C++
knarasimharao
-
yes it's a managed C++
knarasimharao
I think if you ask this question in CLI/C++ forum you can get your answer:)
WhiteSky