Windows 10 Mobile Error: DEP6200

假装没事ソ 提交于 2019-11-28 08:09:05

问题


I am trying to deploy a Windows 10 app to a Lumia 635 running 10.0.10586.11 and I get this error:

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.

Unlike most, I am capable of deploying to an Emulator, just not the physical device. Based on this question: Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found

I verified that Windows Phone 8.1 is installed, and ensured that the latest SDK is installed, so neither of those were solutions. I am able to deploy to physical hardware for desktop/tablet mode, but no go on the Lumia 635.


回答1:


Installing the latest mobile emulator preview fixed the deployment issue for me.

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




回答2:


As it turns out, it was an issue with the installation of Windows 10 Mobile on my device. After a reset the deployment works great, and I have deployed dozens of apps to the device.




回答3:


1/3 Try registry patch

How to develop windows 10 uwp on real device (mobile)?

2/3 Update your UWP Tools. Latest one is '1.2', included at VS2015 Update1 RC. It's go-live. (But RTM ver will be released at 30 Nov.)

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

3/3 This is just a workaround ... you can use "DevicePortal" to deploy your .appx package to your mobile device directly without Visual Studio. Following blog is written in Japanese but the screenshots may helps you.

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



来源:https://stackoverflow.com/questions/33847103/windows-10-mobile-error-dep6200

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!