使用 Windows 7 连接到 Symbol MC70
我花了(浪费)过去两个小时在谷歌上搜索解决方案。请帮忙。我运行的是Windows 7。我使用VS2008构建了一个移动应用程序,针对Windows Mobile 5.0平台。我需要将此应用程序部署到 Symbol MC70 设备(运行 Windows Mobile 5)。当我将设备放入底座中,并使用 USB 电缆将底座连接到我的机器时,该设备在“设备和打印机”(“未指定”组中)中显示为“Symbol USB ActiveSync RNDIS”。从 VS2008 中部署我的应用程序时,我在“部署调度”对话框中选择“Windows Mobile 5 Pocket PC Device R2”选项。部署失败并出现以下错误:“指定的服务不作为已安装的服务存在。”如何让 Windows 7 正确识别连接的设备?
I have spent(wasted) the past two hours googling for a solution. Please help. I am running Windows 7. I have used VS2008 to build a mobile app, targeted at Windows Mobile 5.0 platform. I need to deploy this app to a Symbol MC70 device (running Windows Mobile 5). When I put the device in its cradle, and connect the cradle to my machine with a usb cable, the device shows up in "Devices and Printers" (in the "Unspecified" group) as "Symbol USB ActiveSync RNDIS". When deploying my app from within VS2008, I select the "Windows Mobile 5 Pocket PC Device R2" option in the "Deploy Dispatch" dialog box. The deploy fails with the following error: "The specified services does not exist as an installed service." How do I get Windows 7 to correctly see the attached device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看来您尚未安装 Windows Mobile 设备中心。您可以在此处下载:http:// /www.microsoft.com/downloads/en/details.aspx?FamilyID=46f72df1-e46a-4a5f-a791-09f07aaa1914
It sounds like you haven't installed Windows Mobile Device Center. You can download it here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=46f72df1-e46a-4a5f-a791-09f07aaa1914
如果所有其他方法都失败了(看起来确实如此),请将 CoreCon 位(conmanclient2、cmaccept 等)复制到设备并手动运行它们。 查看此博客文章。
If all else fails (and it seems it has) copy the CoreCon bits (conmanclient2, cmaccept, etc) to the device and manually run them. See this blog entry.
我猜这有点晚了,但如果其他人也遇到这个问题,请尝试以下操作:
Windows 将提供驱动程序,但它不会自动为我提供驱动程序。
转到设备管理器,您应该在未知设备部分看到符号设备。右键单击并更新驱动程序(允许它自动搜索)并让它做它的事情。
I'm guessing this is a bit late down the line, but if anyone else has this problem, try the following:
Windows will provide the drivers, however it didn't do for me automatically.
Goto Device Manager and you should see the symbol device there in the unknown devices section. Right click and update the driver (allow it to search automatically) and let it do its thing.