c# - Impossible to Kill Threads waiting for Interop objects -


i've been searching through google little bit , quite fast discovered there no solution on aborting thread using com interop , in "wait interop event" state. thread.abort() put thread "abortrequested" mode, which, quite franky, isn't much.

the results me not being able close application. process remains in taskman because of childthread.

anyone know if possible force abort thread?

have tried setting "isbackground=true" on thread? threads marked background cleaned when process exiting, whereas process exit wait "foreground" threads.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -