尝试将应用程序部署到 Windows CE 设备时出现错误 #0x89731706

发布于 2024-08-20 05:06:27 字数 343 浏览 2 评论 0原文

我有一个不久前为一些未知便携式设备创建的应用程序(我所说的便携式设备是指袖珍电脑等)。我终于得到了我需要的设备,这是来自 Motorola 的 MC3000,它运行在 Windows CE 5.0 上,而不是我最初开发的 Windows Mobile。当我尝试部署该解决方案时,我从“设备连接组件”文件中获取 0x89731706。我尝试清理解决方案并重新启动它,以防它仍然连接在模拟器上。

我为该应用程序创建了一个部署项目,似乎缺少一些东西(它告诉我“找不到‘x’或其组件之一......)

我已经为 MC9090 开发了应用程序,但我什至从未有过类似的东西作为一个问题(当然,除非设备被拔掉)

有人知道这个问题的答案吗?

I have an application that I created a while ago for some unknown portable device (by portable I mean pocket pc and such). I finally got the device I needed, which is a MC3000 from Motorola, which runs on Windows CE 5.0 instead of Windows Mobile, which I initially developed for. When I try to deploy the solution, I get 0x89731706 from the "Device Connectivity Component" file. I tried cleaning the solution and restart it in case it was still hooked up on the emulator.

I created a deployment project for the application and it seems that there is something missing (it tells me "Cannot find 'x' or one of its components...)

I already developed applications for MC9090 and I never even had something close to this as a problem (except when the device was unplugged of course)

Does anybody knows the answer to this?

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

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

发布评论

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

评论(3

对你的占有欲 2024-08-27 05:06:27

经过一番搜索,我发现这只是因为设备本身没有太多空间,所以我不得不给它更多的ROM而不是RAM来安装框架。

这是一场相当空洞的胜利,因为现在它几乎没有更多的内存了......

After some search, I found out that it's simply because the device itself doesn't have much space, so I had to give it more ROM instead of RAM to even install the framework.

A rather hollow victory because now it has pretty much no more ram...

§普罗旺斯的薰衣草 2024-08-27 05:06:27

由于此答案位于 Google 搜索此错误时的第一个结果中,因此我认为这对于寻找不同答案的人可能会有所帮助,因为已接受的答案对我来说不起作用。

在 VS2008 中有一个适用于 Windows Mobile 5 PocketPC 的 .NET CF 3.5 项目,并且收到此错误。

问题是,除了引发错误的计算机用户之外,团队中的每个人都禁用了 UAC,并且还忘记以管理员身份运行 VS2008。一旦我们以管理员身份运行VS2008,问题就消失了。

希望这对寻求不同答案的人有所帮助。

As this answer is in the first results from Google when searching for this error, I think that this may be helpful for someone looking for a different answer, as the accepted one didn't work for me.

We have a .NET CF 3.5 project for Windows Mobile 5 PocketPC in VS2008, and were getting this error.

The problem was that everyone in the team had disabled UAC except the user of the computer that was throwing the error, and also forgot to run VS2008 as Administrator. As soon as we ran VS2008 as Administrator, the problem was gone.

Hope this helps to someone looking for a different answer.

折戟 2024-08-27 05:06:27

我也有这个问题。我找了很久了。然后,我找到了这个链接: http://www.vbforums.com/showthread.php?493399-RESOLVED-NET-CF20-Error-Connect-to-device-failed

这个解决方案对我有用。

我重新启动了我的设备。

I had also this problem. I have been looking for a long time. Then, I founded this link: http://www.vbforums.com/showthread.php?493399-RESOLVED-NET-CF20-Error-Connect-to-device-failed

This solution worked for me.

I restarted my device.

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