Adam wrote ...
Post by AdamGuest OS: Windows XP Pro SP3
IDE: MS Visual Studio 2010 [now uninstalled]
How to fix the following ...
http://img151.imageshack.us/img151/9703/visualstudiojustintimed.jpg
which started popping up after installing/uninstalling MS Visual
Studio 2010.
Nevermind ... renaming the following ...
C:\WINDOWS\system32\vsjitdebugger.exe
to
C:\WINDOWS\system32\vsjitdebugger.exe.remove
did the trick.
But that means you are probably generating a hiccup in the operation of
the debugger as defined in the registry. When an error occurs, the
debugger will still get called but you're hiding the program.
You removed VisualStudio which means you no longer have access to its
enhanced debugger. Apparently the uninstall of VS was not complete if
the registry is still pointing at the vsjitdebugger.exe file plus that
file shouldn't have been left behind (unless you have something else
installed that put it there).
You no longer have a usable debugger because what's in the registry is
still pointing at the VS stuff that you uninstalled. You'll want to
resume to using the old Dr Watson debugger (drwtsn32.exe) that comes
bundled with Windows to catch unhandled exceptions in the software
you've installed.
http://support.microsoft.com/kb/188296
http://support.microsoft.com/kb/121434
http://support.microsoft.com/kb/308538
http://en.wikipedia.org/wiki/Dr._Watson_(debugger)