954,157 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Just-In Time Debugger

I recently uninstalled visual studio 2005 professional and i had trouble withe the registry entries and files. so "just-in time debugger" is sowing up every now and then. and explorer refreshes when clicked on dialog that asks for OK.

how to remove it?

arunpawar
Junior Poster in Training
61 posts since Dec 2007
Reputation Points: 9
Solved Threads: 0
 

I think this is a registry problem,for Visual studio I know a registry setting to disable it. :D
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"DbgManagedDebugger"=1

Just copy and paste into notepad and save as Disable_JID.reg
Double click on this reg file will disable this registry setting...
I created it for you :)

Attachments Disable_JID.zip (0.24KB)
FlamingClaw
Posting Pro
559 posts since Feb 2009
Reputation Points: 132
Solved Threads: 138
 

Thanks for the help :). But unfortunately problem still persist. :(

arunpawar
Junior Poster in Training
61 posts since Dec 2007
Reputation Points: 9
Solved Threads: 0
 

To disable it, here is the procedure

0.Install again the visual studio

1. On the Tools menu, click Options.

2. In the Options dialog box, select the Debugging folder.

3. In the Debugging folder, select the Just-In-Time page.

4. In the Enable Just-In-Time debugging of these types of code box, select or clear the relevant program types: Managed, Native, or Script.

To disable Just-In-Time debugging, once it has been enabled, you must be running with Administrator privileges. Enabling Just-In-Time debugging sets a registry key, and Administrator privileges are required to change that key.(If you are using Windows Vista, right click on Visual Studio and click run as an administrator for running it)
5. Click OK.

FlamingClaw
Posting Pro
559 posts since Feb 2009
Reputation Points: 132
Solved Threads: 138
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You