English 中文(简体)
页: 1 在试图向Windows CE装置部署申请的同时
原标题:Error # 0x89731706 while trying to deploy an application to a Windows CE device

我有一个应用程序,是我一段时间前为某些未知的便携设备(例如口袋电脑等)创建的。最近,我终于得到了我所需的设备,即摩托罗拉的MC3000,它运行的是Windows CE 5.0,而不是我最初为Windows Mobile开发的。当我尝试部署解决方案时,我会从“设备连接组件”文件中获取0x89731706错误代码。我尝试清理解决方案并重新启动它,以防仍然挂在模拟器上。

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

我已经为MC9090开发了应用程序,甚至从未遇到过这样的问题(当然,除非设备被拔掉)

有人知道这个的答案吗?

最佳回答

经过一番搜索,我发现这纯粹是由于这个设备本身空间不太够,所以我必须给它更多的ROM而不是RAM去安装这个框架。

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

问题回答

由于我在谷歌搜索这个错误时,这个答案排在第一位,我觉得这可能对寻找不同答案的某人有所帮助,因为被接受的答案对我没有用。

我们有一个.NET CF 3.5项目,运行于Windows Mobile 5 PocketPC中使用VS2008开发,我们遇到了这个错误。

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

希望这能给寻找不同答案的人带来帮助。

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

这个解决方案对我有用。

我重新启动了我的设备。





相关问题
How would you refactor this bit of code?

This bit of code runs on Windows Compact Framework and what it does is obvious. It looks as it should be refactored (especially considering that I may want to add cmd.ExecuteResultSet() later), but I ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Upload file to server in Windows mobile C# project

We have a setup of server and windows mobile device as a client. In server CSI script ready to accept single file from client. In Desktop we have use WebClient.UploadFile method to upload file to ...

Custom listview control for windows mobile in c#

I need to develop a custom listview control (ie, i need two labels and a progress bar in each list item) . I am new to windows mobile so please help me with code samples.

sending USSD in C#?

I want to write a simple c# application runs on windows mobile 6 which can send USSD messages Is there any library that could help me in doing this?? or is there any examples that explains how to ...

Do mobile phones have a Server : Port Scheme ?

I am new to mobile phone programming, find networking very interesting, and have this question: Does a phone running Windows Mobile or other OS s have Server:Port scheme, and what are the ports? ...

compact framework 2.0 detecting enter key in a textbox

I am developing a small app for a Motorola 9090-G using .net compact framework 2.0. My problem is that I can t seem to detect an enter keypress in a textbox. How do you detect an enter keypress in a ...

热门标签