I have a simple console application that gets put into the background. There seems to be no way to kill this application other than restarting the phone. It shows up in the task-manager on the phone, but using the "C" key to kill it does nothing. I've also tried using taskspy to kill it but this also does nothing.
What is the mechanism that the task manager or TaskSpy uses to try to kill the application? How can I check for this in my application?
Any advice appreciated.
-DWass

Reply With Quote

