JIT Debugger

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
 
F

Francois V. Laperriere

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.
 

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