如何删除在 Windows Mobile 设备上部署解决方案的应用程序?

发布于 2024-12-23 19:24:31 字数 291 浏览 3 评论 0原文

我在 Windows Mobile 设备 上部署应用程序时遇到问题。我使用的设备是 Symbol Motorola MC75。设备不断重新启动,我在设备上再次测试我的应用程序时遇到问题。我不知道如何解决这个问题,我是 Windows Mobile 新手!通常,当应用程序或项目在设备上测试或部署时,我必须首先从应用程序注销才能测试该设备上的其他应用程序。如果我不这样做,部署解决方案将在 Visual Studio 2005 上出现错误,告知该设备或正在使用的设备上正在运行另一个应用程序。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

束缚m 2024-12-30 19:24:31

很难从问题中准确判断发生了什么,但我猜测您的应用程序中启动了一个工作线程,并且您在退出应用程序之前没有发出停止它的信号。在 Thread 类存在 IsBackground 属性之前,这是 CF 1.0 中的一个更大问题(因为您指出了 VS2005,这是可能的)。

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.

苍景流年 2024-12-30 19:24:31

我参考这个链接解决问题并删除了应用程序设备。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文