I posted a few days ago but thought I would try again. I learned a bit more from technical support but they can only help me somewhat. Basically what happened is, one of my invoices got corrupted and every time I click on my receivables, I get an error message. Techincal support says, if I enable JIT debugging, this error message will get sent to a debugger instead of popping up. I have 2 choices. Either I figure out where to type this message below (where on computer) or I have to start from scratch on my invoicing program which means re entering ALLL my customers. I am confused!!! I figured I would try one more time for some advice, and if not, ill start from scratch. Please read message below. This is what comes up in the error box. Thank you for you help
************** 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.
************** 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.