Question

I having problem when I deploy an application on Windows Mobile Device.The device that I use is Symbol Motorola MC75. The device keep restarting and I have problem to test my application at the device again. I don't know how to solve this, I'm new on Windows Mobile!. Usually when the application or project tested or deploy at the device, I have to logout from the application first in order to test other application on that device. If I don't doing that the deploy solution will get error on Visual Studio 2005 telling that another application running on that device or device in use.

Was it helpful?

Solution 2

I refer to this link to solve the problem and delete the application on the device.

OTHER TIPS

It's difficult to tell exactly what's going on from the question, but I'm guessing that you have a worker thread started in your application and you've not signalled to stop it before exiting the application. This was a larger problem in CF 1.0 (since you indicate VS2005, that's a possibility) before the IsBackground property existed for the Thread class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top