How to set the correct Visual Studio version as JIT debugger?
Posted
by Lothar
on Stack Overflow
See other posts from Stack Overflow
or by Lothar
Published on 2010-06-09T15:55:33Z
Indexed on
2010/06/09
17:32 UTC
Read the original article
Hit count: 283
I have VS2003, VS2005 and VS2008 installed on my machine.
The C++ application is compiled with VS2005 but when it crashs and i select debug the Just-In-Time Debugging dialog comes up and only offers me "New instance of Visual Studio .NET 2003".
Debugging a 2005 compiled program with 2003 is not possible.
If i attach the process to VS2005 then it works well, but this is very inconvenient.
How do i set .NET 2005 vor JIT debugging?
© Stack Overflow or respective owner