无法在 Windows 10 移动设备上部署

Unable to deploy on Windows 10 Mobile

我在 visual Studio 2015 Community 上正常编码,我在我的 Lumia Icon 设备上做了一些部署,但是突然间,当我使用 OAuth 2.0 开发一个应用程序来与 LinkedIn 交互并尝试部署这个应用程序时, visual studio 开始崩溃,我得到了那个错误列表

2>------ Deploy started: Project: OAuth2, Configuration: Debug Any CPU ------
2>Deploying X:\...\...\Documents\Visual Studio 2015\Projects\OAuth2\OAuth2\Bin\Debug\OAuth2_Debug_AnyCPU.xap...
2>Connecting to Device...
2>Deployment of application to device failed.
2>External component has thrown an exception.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

现在我尝试在 phone 上部署的任何应用程序都会发生这种情况(我已经..尝试使用 VS2013 并遇到了同样的问题)。 我的设备 "Developer Mode" 已打开并且已解锁以部署 WP 应用程序。

Lumia 图标:运行 Windows 10 移动版本 10586

有人遇到过这个问题吗?

更新:错误框显示这个

Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device'

你好,我也有 windows 10 mobile 10586.11 build 重置后我的设备未连接到我的 PC/Visual Studio 2015。

我认为这可能是 10586.11 构建问题,请在反馈应用程序中对此问题进行投票。

如果您没有安装 VS 2015 Update 1,请安装:

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

如果已经安装,那么可能 Windows10 SDK 已过时。参见

https://dev.windows.com/en-US/downloads/windows-10-sdk

...用于独立 SDK 安装程序。

解决方案:

主要问题出在我的 VS2015 上。

  • 首先,我已经看到@SrdjanJovcic 提交的解决方案工作正常,如果你的 VS 有问题,这是第一步。

  • 第二步(如果安装更新后问题仍然存在,请执行此操作):转到 PC 的控制面板,转到程序,然后 "repair" 您的 Visual Studio.

(我的问题是针对 W10M 10586.11 的 VS Studio SDK 更新,它安装更新时有一些错误,但修复后一切正常)