Visual Studio 上的 Rapi.dll / OpenNETCF 缓慢问题
我在我的项目中引用 OpenNETCF.Desktop.Communication (Rapi.dll) 并遇到以下问题:
当我为前。 “私有 RAPI mobjRapi = 新 RAPI();”... 执行该语句大约需要 5 分钟。我基本上试图从移动设备复制文件
另一个可能相关的问题是当我在控制面板中单击“Windows Mobile 设备中心”时。我收到消息“Windows Mobile 设备中心正在启动”并带有启动屏幕,然后就消失了,而没有打开应用程序。
有关我的设置的更多信息:
- Windows Vista 64 位
- Visual Studio 2005 (C#)
- Windows Mobile 设备中心 6.1 最近安装的
- 通过 USB 连接的 Psion Workabout PRO 移动产品扫描仪(可从“我的电脑”访问该设备)
提前致谢
I am referencing OpenNETCF.Desktop.Communication (Rapi.dll) in my project and have the following problem:
When I for ex. "private RAPI mobjRapi = new RAPI();"...
it takes about 5 minutes to execute that statement. I am basically trying to copy a file from a mobile device
An additional issue which might be related is that when I click "Windows Mobile Device Center" in control panel. I get the message "Windows Mobile Device Center is starting up" with the splash screen and then just disappear without opening the application.
More about my setup:
- Windows Vista 64-bit
- Visual Studio 2005 (C#)
- Windows Mobile Device Center 6.1 Recently installed
- Psion Workabout PRO mobile product scanner connected with USB (the device is accessable from My Computer)
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在 Windows Mobile 设备中心设置了设备合作伙伴关系?请确保这样做,否则可能会导致尝试从 Visual Studio 进行调试时出现问题。
您可以在“控制面板”->“控制面板”下查看同步中心(如果您的设备已存在合作伙伴关系)。如果没有,请将设备连接到 USB 端口,当 WMDC 屏幕出现时,选择建立合作伙伴关系的选项。此后,WMDC 屏幕应指示设备已连接并且您可以开始使用。
Have you setup a device partnership in Windows Mobile Device Center? Please make sure you do, because otherwise it can cause problems trying to debug from Visual Studio.
You can check under Control Panel -> Sync Center if there already is a partnership for your device. If not, please attach the device to the USB port and when the WMDC screen comes up, go through the option of setting up a partnership. After this the WMDC screen should indicate that the device is connected and you're ready to go.