C# – Windows Mobile App will not run more than once

cwindows-mobile

I'm having problems getting an application I wrote for Windows Mobile 6.0 to run more than one time on my smart phone.

I built it into a .cab and it installs and runs fine the first time, but if I close the application and try to start it again, it will not run unless I restart the phone.

I have checked the task manager after closing the application and it does not show up.

Best Answer

Are you sure that you are closing your application properly? I recommend using a process manager to see if your application still runs on the background.

Related Topic