I have several Lorex security cameras around my home. Recently I've been getting a JIT Debugging pop-up. The solution tells me to do the following:
************** 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.
As a layperson, I don't understand where and how to do this. My warranty and support services have long ago expired with LOREX. Please help. I am using Windows 7 Ultimate.
************** 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.
As a layperson, I don't understand where and how to do this. My warranty and support services have long ago expired with LOREX. Please help. I am using Windows 7 Ultimate.