I added a HPS window to a WPF app and since I did that, the app will not exit. I added the Sprocket window to a tab - viz works great - but now, calling “this.Close()” in the OK button doesn’t kill the app and neither does the “Red X” - I didn’t write a handler for that - but the window disappears. There are a bunch of threads running, but I can’t seem to kill them. I called _exithandler.Shutdown(), etc, but still. What am I supposed to be doing to clean up after myself and get the app to close? I can’t just leave an app running in the background.
BTW, I tried doing App.Current.Kill() and all of those with no luck, either. Taskman can kill it, and Taskkill can as well, but that’s it. This is a showstopper for me, so any help would be greatly appreciated.
thanks!
- David