JIT Debugger

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hello, I have developed an application using Visual
Studio .Net 2003. When I attempt to launch the exe file
on another computer I get an error stating that JIT
Debugger is not available. The computer at which I am
trying to execute this file is capable of running
other .exe files as it is doing so right now. Any ideas
of what this JIT Debugger is and how I can get my exe
file to execute.

Thanks
Sean
 
Usually when you run a program that throw an exception you should
get a message box with an Ok and Cancel button. Pressing Cancel debugs
and Ok terminate the program.

If you don't get this MessageBox I suggest reading "Enabling JIT-attach
Debugging" in the
framework SDK documentation.

Francois.
 
Back
Top