views:

39

answers:

0

We recently migrated to VS 2010. We installed .NET 4.0 on our test machine. When we execute a console application that throws an unhandled exception, we no longer see the exception message and stack trace printed to the console but instead see the message

An unhandled win32 exception occurred in something.exe [PID]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.

We do have the above setting enabled.

What do we need to do to return to the behavior we had previously?