Program error cordbg.exe 0x2

  • Thread starter news.sunrise.ch
  • Start date
N

news.sunrise.ch

Hello there,

sometimes i get the following error message and the program crash, but i
have no clue why. After restart the program is runing without any problem.

program.exe - No debugger found. : Registered JIT debugger is not available.
An attempt to launch a JIT debugger with the following command resulted in
an error code of 0x2 (2). Please check computer settings. cordbg.exe !a
0x1148 Click on Retry to have the process wait while attaching a debugger
manually. Click on Cancel to abort the JIT debug request.

Any help would really be appreciated!

Regards

Jo
 
G

Guest

The .NET Redistributable does not have the JIT debugger. You have something
in your code that causes this debugger to be invoked (error in the MSIL). The
most likely reason is you compiled on a different version of the Framework
than the one you have on the Production machine (this can include SPs, like
you are deving with SP2 and have the raw Redist on the machine, with no SP).


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top