在 Windows 10 下为传统 Windows 移动设备 OS 开发

Developing for legacy Windows Mobile OS under Windows 10

当我收到一条消息说 Windows 移动设备中心应用程序将被删除时,我正要迁移到 Windows 10。这让我取消了整个事情,因为我仍然需要它(或者至少我 认为 我确实需要它)在摩托罗拉 MC90XX 设备上调试/部署应用程序,运行 Windows CE 5.2.

该应用程序是用 为 .NET CF 3.5 编写的。

我正在考虑迁移到 Windows 10 并将 Windows 8.1 安装为虚拟机,我可以在其上安装 WMDC 和 Visual Studio 2008。

在我继续花时间做这一切之前,我想知道:有没有人成功地为开发设置了这样的工作环境?我应该注意什么注意事项?

因此,在 Windows 10 中使用 VS2008 几个月后,我可以有把握地说,使用此设置可以针对 Windows CE 6 及之前的版本进行开发。我没有遇到任何妨碍我高效工作的严重问题。

我遇到了同样的问题,请查看本帖中的答案:

TLDR: *"After install, you must right click on Start, and then click on Computer Management > Services & Applications > Services. Scroll down to right-click on "Windows 基于 Mobile-2003 的设备连接”到 select 属性 > 登录。切换到 "Local System account" 并选中 "Allow service to interact with desktop",然后单击确定。

在手持设备上,点击“开始”>“设置”>“连接”>“USB 到 PC”图标,取消选中“启用高级网络功能”复选框,点击“确定”,然后连接电缆。"*