Hi,
To prevent this error message from showing up, you may disable JIT from launching.
Follow the steps provided below:
If you’re comfortable with registry, you may disable the JIT debugging from there.
Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the windows help article below.
Back up the registry**http://windows.microsoft.com/en-us/windows7/Back-up-the-registry**
Go to start and type regedit.exe.
Delete the following keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\DbgManagedDebugger
If you use a 64-bit machine, please delete the following keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\DbgManagedDebugger
That should be it.
Refer to:
**http://msdn.microsoft.com/en-us/library/ms928627.aspx**
Also, you may perform clean boot state to troubleshoot the issue. Perform Clean Boot and try initiate a program check if that helps.
To help troubleshoot error messages and other issues, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This kind of startup is known as a "clean boot." A clean boot helps eliminate software conflicts. This article describes how to troubleshoot problems in Windows Vista or in Windows 7 by performing a clean boot.
How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
http://support.microsoft.com/kb/929135
Note: After troubleshooting, make sure to put the computer to start as usual as mentioned in Step 3 from the above KB article.
Get back with the issue status.