Tagged Questions

4
votes
6answers
653 views

Why does .exe refuse to stop?

I've "inherited" a legacy C#/C++ program that I have to debug. The current problem is that the .exe won't stop after I close the program, i.e. it still shows up in Task Manager. This is a problem, ...