<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to get rid of &#8220;just in time debugging&#8221; (II)</title>
	<atom:link href="http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/</link>
	<description>Human crawler of the web.</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:15:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tristin lawrence</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-87847</link>
		<dc:creator>tristin lawrence</dc:creator>
		<pubDate>Sat, 24 Dec 2011 20:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-87847</guid>
		<description>thanks Rich Kellett yours is the one that worked for me!!!</description>
		<content:encoded><![CDATA[<p>thanks Rich Kellett yours is the one that worked for me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-86326</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 18 Dec 2011 14:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-86326</guid>
		<description>Sorry !  I used the all tecniques and don´t have a solution ! and don´t start  my program.. aplication...  for this... when i click  GetID ... i see the message... 
Help me !!

See the end of this message for details on invoking
debugging just-in-time (JIT) debugging instead of this dialog box.

************** Texto de Exceção **************
System.ArgumentNullException: Value don´t be null
Name param : text..........
...etc.........
To enable debugging just-in-time (JIT) debugging, the. Config this
application or computer (machine.config) must have the value
jitDebugging set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


     


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

I use XP in virtual box</description>
		<content:encoded><![CDATA[<p>Sorry !  I used the all tecniques and don´t have a solution ! and don´t start  my program.. aplication&#8230;  for this&#8230; when i click  GetID &#8230; i see the message&#8230;<br />
Help me !!</p>
<p>See the end of this message for details on invoking<br />
debugging just-in-time (JIT) debugging instead of this dialog box.</p>
<p>************** Texto de Exceção **************<br />
System.ArgumentNullException: Value don´t be null<br />
Name param : text&#8230;&#8230;&#8230;.<br />
&#8230;etc&#8230;&#8230;&#8230;<br />
To enable debugging just-in-time (JIT) debugging, the. Config this<br />
application or computer (machine.config) must have the value<br />
jitDebugging set in the system.windows.forms section.<br />
The application must also be compiled with debugging<br />
enabled.</p>
<p>For example:</p>
<p>When JIT debugging is enabled, any unhandled exception<br />
will be sent to the JIT debugger registered on the computer<br />
rather than be handled by this dialog box.</p>
<p>I use XP in virtual box</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Kellett</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-85846</link>
		<dc:creator>Rich Kellett</dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-85846</guid>
		<description>click start, click run, type in &#039;services.msc&#039;, right click &#039;Machine Debug Manager&#039; left click stop.</description>
		<content:encoded><![CDATA[<p>click start, click run, type in &#8216;services.msc&#8217;, right click &#8216;Machine Debug Manager&#8217; left click stop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tan</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-60798</link>
		<dc:creator>Tan</dc:creator>
		<pubDate>Sun, 25 Sep 2011 06:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-60798</guid>
		<description>I came accross Kensfi.com through Google search when looking for enabling/disabling debegging. I not an expert in computers and its workings.

However, I was getting annoyed with pop up error messages asling me to disable debugging. In order to disable debugging, I followed the instruction below :

C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe

On my computer the file reads :VS7DEBUG only. The vs7jit.exe bit is missing. Does this make any difference? Please help.

Tan</description>
		<content:encoded><![CDATA[<p>I came accross Kensfi.com through Google search when looking for enabling/disabling debegging. I not an expert in computers and its workings.</p>
<p>However, I was getting annoyed with pop up error messages asling me to disable debugging. In order to disable debugging, I followed the instruction below :</p>
<p>C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe</p>
<p>On my computer the file reads :VS7DEBUG only. The vs7jit.exe bit is missing. Does this make any difference? Please help.</p>
<p>Tan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-56685</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Sat, 17 Sep 2011 20:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-56685</guid>
		<description>I followed the advice by Kris above and it stopped the debugger. At first, with the nasty debugger dialog box still running and trying to stop the service, it took a minute for the service stopping function to process and sent up an error saying &quot;service could not be stopped.&quot; However, the process did enough to disable the debugger dialog box which I was able to finally close. Then I went back to services and rechecked &quot;stop service&quot; which it promptly was able to do now that there was no debugger dialog box to conntend with. Thanks Kris and all.</description>
		<content:encoded><![CDATA[<p>I followed the advice by Kris above and it stopped the debugger. At first, with the nasty debugger dialog box still running and trying to stop the service, it took a minute for the service stopping function to process and sent up an error saying &#8220;service could not be stopped.&#8221; However, the process did enough to disable the debugger dialog box which I was able to finally close. Then I went back to services and rechecked &#8220;stop service&#8221; which it promptly was able to do now that there was no debugger dialog box to conntend with. Thanks Kris and all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-56501</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sat, 17 Sep 2011 01:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-56501</guid>
		<description>:(( it odnt work for me still i dont know why i cant see the vs7jit thingy
i tried the last one but it didnt work :((
The pop up says:Unhandled exception has occured in your application if you click continue the application will ignore tis eror and attempt to continue if you click quit the application wll close immediately,But even if I click continue it doesent attempt to continue help!!!</description>
		<content:encoded><![CDATA[<p>:(( it odnt work for me still i dont know why i cant see the vs7jit thingy<br />
i tried the last one but it didnt work :((<br />
The pop up says:Unhandled exception has occured in your application if you click continue the application will ignore tis eror and attempt to continue if you click quit the application wll close immediately,But even if I click continue it doesent attempt to continue help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rad</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-34669</link>
		<dc:creator>Rad</dc:creator>
		<pubDate>Tue, 10 May 2011 01:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-34669</guid>
		<description>It worked for me,viz., C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe, I just renamed the file, thanks a lot Mr.Ken,</description>
		<content:encoded><![CDATA[<p>It worked for me,viz., C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe, I just renamed the file, thanks a lot Mr.Ken,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-33052</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 25 Apr 2011 20:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-33052</guid>
		<description>Thanks Kris :) it worked perfectly ! and the boxe never appeared again</description>
		<content:encoded><![CDATA[<p>Thanks Kris :) it worked perfectly ! and the boxe never appeared again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: June</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-32924</link>
		<dc:creator>June</dc:creator>
		<pubDate>Sun, 24 Apr 2011 02:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-32924</guid>
		<description>I did what Kris (above) said and it workes instantly ... this is what I did:
Start -&gt; Control Panel -&gt; Performance and Maintenance -&gt; Administrative Tools (under ‘or pick a Control Panel icon’) -&gt; Services (which opens a window)-&gt; Machine Debug Manager -&gt; Right click -&gt; “Stop”.

at first it said that it couldnt be stopped because it hadent stopped in a timely manner but I tried it again and it worked. So far I havent seen the box. Thanks alot! 

This really helps people like me who can&#039;t afford to repair or get a new computer...and want to help themselves!!!</description>
		<content:encoded><![CDATA[<p>I did what Kris (above) said and it workes instantly &#8230; this is what I did:<br />
Start -&gt; Control Panel -&gt; Performance and Maintenance -&gt; Administrative Tools (under ‘or pick a Control Panel icon’) -&gt; Services (which opens a window)-&gt; Machine Debug Manager -&gt; Right click -&gt; “Stop”.</p>
<p>at first it said that it couldnt be stopped because it hadent stopped in a timely manner but I tried it again and it worked. So far I havent seen the box. Thanks alot! </p>
<p>This really helps people like me who can&#8217;t afford to repair or get a new computer&#8230;and want to help themselves!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert clark rutkowski</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-27091</link>
		<dc:creator>robert clark rutkowski</dc:creator>
		<pubDate>Sat, 26 Feb 2011 11:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-27091</guid>
		<description>none of these work. i already had those boxes ticked. i am running vista home prem and ie8 and none of the registry keys even exist except for one and it already is zero and i still continue to get this annoying pop up.</description>
		<content:encoded><![CDATA[<p>none of these work. i already had those boxes ticked. i am running vista home prem and ie8 and none of the registry keys even exist except for one and it already is zero and i still continue to get this annoying pop up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-11592</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Sat, 07 Aug 2010 01:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-11592</guid>
		<description>After a week of head-smashing and depression, the last method finally worked. I use Windows XP - Start -&gt; Control Panel -&gt; Performance and Maintenance -&gt; Administrative Tools (under &#039;or pick a Control Panel icon&#039;) -&gt; Services (which opens a window)-&gt; Machine Debug Manager -&gt; Right click -&gt; &quot;Stop&quot;.
  The box never appeared again, thank you!</description>
		<content:encoded><![CDATA[<p>After a week of head-smashing and depression, the last method finally worked. I use Windows XP &#8211; Start -&gt; Control Panel -&gt; Performance and Maintenance -&gt; Administrative Tools (under &#8216;or pick a Control Panel icon&#8217;) -&gt; Services (which opens a window)-&gt; Machine Debug Manager -&gt; Right click -&gt; &#8220;Stop&#8221;.<br />
  The box never appeared again, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-9565</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 01 Jul 2010 05:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-9565</guid>
		<description>I had to run all of the above solutions before I got it to work. Excellent advice. Thanx</description>
		<content:encoded><![CDATA[<p>I had to run all of the above solutions before I got it to work. Excellent advice. Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melody O.</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-8558</link>
		<dc:creator>Melody O.</dc:creator>
		<pubDate>Sun, 30 May 2010 02:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-8558</guid>
		<description>Thank you VeryMuch!!!!</description>
		<content:encoded><![CDATA[<p>Thank you VeryMuch!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-5922</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 19 Mar 2010 13:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-5922</guid>
		<description>&lt;p&gt;John glad it works.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>John glad it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.kensfi.com/how-to-get-rid-of-just-in-time-debugging-ii/comment-page-1/#comment-5831</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1471#comment-5831</guid>
		<description>Ok, finally I hope this does it.  XP-  In Admin Tools -&gt; Services I found Machine Debug Manager pointing to C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\MDM.EXE
I gave it the axe.
Thanks</description>
		<content:encoded><![CDATA[<p>Ok, finally I hope this does it.  XP-  In Admin Tools -&gt; Services I found Machine Debug Manager pointing to C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\MDM.EXE<br />
I gave it the axe.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

