Passerelle
09-14-2005, 12:12 PM
Hi,
After deploying my application in a diferent computer than that one in witch that application has been made, when I try to open a form control ( DateTimePicker) I receive 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.
Does anyone have an idea about what I'm doing wrong?
Thank you in advance.
Paulo
After deploying my application in a diferent computer than that one in witch that application has been made, when I try to open a form control ( DateTimePicker) I receive 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.
Does anyone have an idea about what I'm doing wrong?
Thank you in advance.
Paulo