Posted: Sat Dec 22, 2007 8:43 pm Post subject: Windows "Just -In-Time" Debugging
I have a digital photo frame that uses software loaded on to my Compac
Laptop with Windows XP. When I try to use the system I get the following
message;
************ JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the jitDebugging value
set in the system.windows.forms section.
The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> /configuration>
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.
How do I get access to Windows Configuration to make this change and will
this change cause problems in any other operations?
"Brian & Joan Thompson" <SharscotIV@worldnet.att.net> wrote in message
news:RFebj.69413$MJ6.12633@bgtnsc05-news.ops.worldnet.att.net...
Quote:
I have a digital photo frame that uses software loaded on to my Compac
Laptop with Windows XP. When I try to use the system I get the
following message;
************ JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the jitDebugging
value set in the system.windows.forms section.
The application must also be compiled with debugging enabled.
For example:
configuration> <system.windows.forms jitDebugging="true" /
/configuration> 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.
How do I get access to Windows Configuration to make this change and
will this change cause problems in any other operations?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum