I have an workflow applicaition that communicates with another endpoint using WCF. I load the workflowruntime and run the workflow. It runs fine. But after running, the application which is a console appliation, exits. I am having a try catch block, but unable to catch the threadabort exception. And in finally clause, i have resetthreadabort also, which is also not happening.
I found the thread exiting , when i monitored the service using hte procmon.exe. Any ideas why this is happening.
