|
Visual Studio includes an own JIT debugger but when you uninstall VS the registry key for the standard debugger is not set to its previous value. That is why you see this error message when an application crash occurs.
To set the standard debugger to Dr. Watson again, type this in a command line prompt:
drwtsn32 -i
To solve the problem with the game... have you tried reinstalling ?
|