I have VS2003, VS2005 and VS2008 installed on my machine.
The C ++ application was compiled using VS2005, but when debug crashes and the Debug in Time-of-Time mode dialog box appears and offers me only a "New instance of Visual Studio .NET 2003".
Debugging a compiled 2005 program since 2003 is not possible.
If I attach the process to VS2005, then it works well, but it is very inconvenient.
How to install .NET 2005 vor JIT debugging?
source
share