This is happening to one of our sites almost on a daily basis, and I am at my wits end trying to duplicate it in our test environment.
I have recompiled the project with GPF Reporter etc., but because the program isn't actually GPFing, I am not getting the log (or a notification that the EXE is down). It just pops up the message box with 'Index Out Of Range' and that stops the EXE from handling any more threads with users until the app is shut down and restarted.
The program is compiled in full debug mode. Is there any way to trap this run time error when it happens, and either automatically kill the thread, or generate some sort of debug report that I can use to trace where it is happening?
Thanks,
Devan