Windows 10 Mobile Error: DEP6200

Windows 10 Mobile Error: DEP6200

我正在尝试将 Windows 10 应用程序部署到 Lumia 635 运行 10.0.10586.11,但出现此错误:

Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device 'DEVICE GUID'.': SEHException - External component has thrown an exception.

Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found. The data necessary to complete this operation is not yet available.

与大多数人不同,我能够部署到模拟器,而不是物理设备。基于这个问题:

我确认安装了Windows Phone 8.1,并确保安装了最新的SDK,所以这两个都不是解决方案。我能够为 desktop/tablet 模式部署到物理硬件,但无法在 Lumia 635 上运行。

1/3 试用注册表补丁

2/3 更新您的 UWP 工具。最新的是“1.2”,包含在 VS2015 Update1 RC 中。它上线了。 (但RTM版本将在11月30日发布)

https://www.visualstudio.com/en-us/news/vs2015-update1-vs.aspx

3/3 这只是一个变通方法...您可以使用 "DevicePortal" 将您的 .appx 包直接部署到您的移动设备,而无需 Visual Studio。 以下博客是用日文写的,但屏幕截图可能会对您有所帮助。

http://ddlgjp.blogspot.jp/2015/10/deviceportal-uwp-app-win10-mobile.html

安装最新的移动模拟器预览版解决了我的部署问题。

https://dev.windows.com/en-us/downloads/windows-10-developer-preview

事实证明,这是在我的设备上安装 Windows 10 Mobile 时出现的问题。重置后部署效果很好,我已经向设备部署了数十个应用程序。