View Single Post
Old 02-24-08, 09:36 PM   #131
Javelin
Gunner
 
Join Date: Aug 2005
Location: New York city
Posts: 98
Downloads: 211
Uploads: 0
Default Problem

Using 1.1 and now every time I open the analyzer I get this message:

Unhand led exception has occurred in your application. If you click continue the application will ignore this error and attempt to continue. If you Quit, it will close.

Start index cannot be larger than the length of string. Parameter name: Startindex. Also mentions something about a JIT DebTo 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.

Any help will be appreciated. BTW I'm using TM overhauled.
Javelin is offline   Reply With Quote