Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Developer's Guide 
FatalExecutionError 

The FatalExecutionError managed debugging assistant (MDA) is activated when a fatal error in the common language runtime (CLR) has been detected. The process will be terminated.

Unexpected process termination. Other symptoms cannot be determined because a CLR failure can occur for a variety of reasons.

The CLR has been fatally corrupted. This is most often caused by data corruption, which can be caused by a number of problems, such as calls to malformed platform invoke functions and passing invalid data to the CLR.

This MDA has no effect on the runtime's behavior.

The address of the CLR function that caused the fatal error, the ID of the thread where the error occurred, and the error code.

<mdaConfig>
  <assistants>
    <fatalExecutionError />
  </assistants>
</mdaConfig>
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Configuration XML example is wrong      Bradley Grainger   |   Edit   |   Show History
To enable this MDA, the correct configuration XML element is:
<fatalExecutionEngineError/>
The .NET 3.5 version of this page has the correct information.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker