R
robear
Hi All.
I have an application that has started to give me "memory cannot be
read" errors. This app uses several threads and I suspect the thread
has closed, but the garbage collection is hitting a snag trying to
clean up.
I have included Try Catches throughout the code, but none of these gets
triggered.
Is there a way to have a global "Catch" for the application errors that
might help me narrow down the offending area?
Thanks,
Robert
I have an application that has started to give me "memory cannot be
read" errors. This app uses several threads and I suspect the thread
has closed, but the garbage collection is hitting a snag trying to
clean up.
I have included Try Catches throughout the code, but none of these gets
triggered.
Is there a way to have a global "Catch" for the application errors that
might help me narrow down the offending area?
Thanks,
Robert