Jump to content

TACOPS senario editor JIT debugging


emcnally

Recommended Posts

Hello all;

I am trying to get this senario editor running But cant figure out how to enable JIT debbuging. Can someone give me some direction. This is the error thats popping up.

Assembly Version: 6.1.6.0

Win32 Version: 6.1.6.0

CodeBase: file:///C:/Program%20Files/TBG%20Software,%20Inc/DropTeam%20Scenario%

20Editor/DevExpress.XtraEditors.v6.1.DLL

----------------------------------------

DevExpress.XtraNavBar.v6.1

Assembly Version: 6.1.6.0

Win32 Version: 6.1.6.0

CodeBase: file:///C:/Program%20Files/TBG%20Software,%20Inc/DropTeam%20Scenario%

20Editor/DevExpress.XtraNavBar.v6.1.DLL

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase:

file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

************** JIT Debugging **************

To enable just in time (JIT) debugging, the config file for this

application or machine (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 machine

rather than being handled by this dialog. :confused:

Link to comment
Share on other sites

×
×
  • Create New...