Visual studio 2015 无法在Windows 10 Phone(内部版本10572)上调试

Visual studio 2015 无法在Windows 10 Phone(内部版本10572)上调试,visual-studio-2015,win-universal-app,windows-10-mobile,Visual Studio 2015,Win Universal App,Windows 10 Mobile,我正试图在我的Windows 10手机上调试一个通用Windows 10应用程序,但它总是给我以下错误: 1>------ Deploy started: Project: PasswordsUniversal, Configuration: Debug ARM ------ 1>Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting t

我正试图在我的Windows 10手机上调试一个通用Windows 10应用程序,但它总是给我以下错误:

1>------ Deploy started: Project: PasswordsUniversal, Configuration: Debug     ARM ------
1>Error : DEP6100 : The following unexpected error occurred during  bootstrapping stage 'Connecting to the device '3334F9-6231E-310b-A221-7B036E23D4A4E'.': 
1>SEHException - External component has thrown an exception.
1>Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found. 
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

我已经从电脑上卸载了手机,并重新启动了这两台设备。我还能做什么?提前感谢。

您需要在手机上为开发者启用
设置->更新和安全->中的
开发者模式。

我终于发现了问题的根源:我使用的是Windows10 Mobile Insider预览,所以我有最新的手机补丁,而且我没有使用最新的SDK。使用Insider预览版时,请确保使用最新版本的SDK。

谢谢您的回复。我已经有了相应的配置:(启用后您是否对手机进行了软重置?是的,我已进行了软重置。我还卸载了电脑上的手机驱动程序,并重新启动了电脑。谢谢!顺便说一句,我在MSDN论坛上发现了一个与此非常类似的问题: