G
Guest
Hi,
I am building a "task manager" type of application that sits on a loop and
enumerates the system processes. I used this
http://msdn.microsoft.com/library/d.../dnnetcomp/html/ProcessManager.asp?frame=true
article to assist me with the "technical" details and I am using the same
practices shown in the article.
The whole thing functions as expected... until I sort-reset the device while
the loop is still going, The PDA never recoveres from the soft reset, I had
to hard-reset the device in order to get it running again.
At first I thought it was just a freak incedent, but since I'm through about
six attempts, I know it's not.
Whats going on?
How can I stop it?
So far I don't event understand the problem because I would have to know
what's going on in the core operating system just before or during a
soft-reset.
Also, a workaround would be if I could somehow detect that a soft-reset is
coming, I could quickly terminate the application. However, I kind-of doubt
that this would work, since soft-resets happen in a snap and wouldn't leave
time to take any action.
Any help is greatly appreciated.
I am building a "task manager" type of application that sits on a loop and
enumerates the system processes. I used this
http://msdn.microsoft.com/library/d.../dnnetcomp/html/ProcessManager.asp?frame=true
article to assist me with the "technical" details and I am using the same
practices shown in the article.
The whole thing functions as expected... until I sort-reset the device while
the loop is still going, The PDA never recoveres from the soft reset, I had
to hard-reset the device in order to get it running again.
At first I thought it was just a freak incedent, but since I'm through about
six attempts, I know it's not.
Whats going on?
How can I stop it?
So far I don't event understand the problem because I would have to know
what's going on in the core operating system just before or during a
soft-reset.
Also, a workaround would be if I could somehow detect that a soft-reset is
coming, I could quickly terminate the application. However, I kind-of doubt
that this would work, since soft-resets happen in a snap and wouldn't leave
time to take any action.
Any help is greatly appreciated.