message box said to look at last part of scroll down box.
JIT Debugging.......
To enable just-in-time debugging, the .config file for this application or computer (machine.config) must have the jitDebiggomg 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.
QUESTION!!!.....Should I do something with this? I have no idea how to do this type of thing>
A message box received before I logged into windows - about JIT Debugging needs to be set.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.