[quote=Javelin]
Quote:
Originally Posted by billko
Quote:
Originally Posted by Javelin
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.
|
I've been thinking about what you said. You said that this happens as soon as you launch DC?
Have you tried uninstalling and then re-installing DC? It sounds like something got corrupted.
Yes I have and with the same results.
|
The error means that it read an empty string and it's trying to grab a piece of that string at a certain position in that string. Since the length is zero, it causes the error.
If there was more to the error, could you post everything before that long-winded speech about JIT debugger? And it happens as soon as the application opens, right?
Thanks a bunch!
Bill