Problem with the editor

Users who are viewing this thread

tingol

Recruit
hi, i have just tried the unofficial editor

bur there is an error:


************** 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.


have someone a solution and please not to complecated I don´t know a lot of .net framework
 
You probably should have posted this in the unofficial editors thread, that's where they have been solving all the other problems.
 
There should be some more info in your error message, above the "JIT Debugging" line. Post that and I'll see what I can do.
 
Back
Top Bottom