Hi Peter,
We are suffering a ThreadAbortException in our app, but we are not using threading.
This exception is thrown when a thread is aborted anormally, and the way to fix it is waiting for the thread to finish. If you only catch the exception, the runtime rethrows it again.
But the way, the stacktrace is useless (because it refers ...