Visual Studio 专业版 2015:错误 DEP6100

Visual Studio Pro 2015: Error DEP6100

我在 Visual Studio Pro 2015 上尝试在桌面上的 Windows 10 移动物理设备上调试(选择 ARM 解决方案平台)时遇到问题。

实体设备:Nokia Lumia 920 OS Build 10.0.10586.36(开发者模式)(设备未处于锁屏状态且已开机)

我的桌面:Windows10 Pro,Intel Core i5-4670K 8GB RAM 64 位OSBuild 10.0.10586.36(开发者模式)

我使用相同的诺基亚 Lumia 920 的笔记本电脑上没有这个问题。

Severity Code Description Project File Line Suppression State Error Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '30F105C9-681E-420b-A277-7C086EAD8A4E'.': DeviceException - Deployment failed because no Windows Phone was detected. Make sure a phone is connected and powered on. App1

Error Error : DEP6200 : Bootstrapping 'Device' failed. Device cannot be found. Deployment failed because no Windows Phone was detected. Make sure a phone is connected and powered on. App1

到目前为止,我已尝试重新启动两台设备并重新安装 Visual Studio 2015。

编辑:所以在我尝试了建议的解决方案之后,这就是我什至为我的模拟器得到的。尝试重新安装和修复,没有任何效果。

Severity Code Description Project File Line Suppression State Error Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '8BDF218D-FDBB-4A97-90F9-3AA33B559A92'.': DeviceException - The system cannot find the file specified. App1

Error Error : DEP6200 : Bootstrapping 'Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB' failed. Device cannot be found. The system cannot find the file specified. App1

计算机是否检测到设备? 我在使用 Windows 10 设备和 VS105 进行开发时遇到同样的错误,即使我的设备已被我的计算机检测到。虽然我无法找到永久解决方案,但以下步骤对我有用:

  • 关闭Visual Studio
  • 从计算机上拔下设备
  • 在您的设备上关闭开发者模式。
  • 重新插入您的设备
  • 启动visual studio。
  • 在您的设备上再次尝试 运行ning 调试。它现在应该会出现另一个与您没有打开开发者模式有关的错误。
  • 在您的设备上重新打开开发者模式。
  • 调试现在应该 运行。

如果您拔下设备,则需要在 VS 检测到它之前再次执行这些步骤。

编辑:这里可能也值得尝试最佳答案:

我能够通过 https://dev.windows.com/en-us/downloads/sdk-archive.

为 Windows 10 mobile 安装较新版本的 Microsoft Emulator 来解决模拟器问题]

接下来我会尝试从设备管理器中删除驱动程序,如果失败,我会将我的设备恢复为出厂默认设置,启用开发人员模式,然后再次尝试在物理设备上进行部署。

编辑:至于设备问题,我从设备管理器中删除了驱动程序,现在我可以将我的应用程序部署到物理设备上。

Lumia 920 Driver

解决方案是您的项目需要先部署,但可能 Emulator 10.0.14393 无法如您所愿地工作。以下步骤可以帮助您。

  1. 关闭 Hyper-V
  2. 设备管理器:卸载 Hyper-V 驱动程序
  3. 重启
  4. 下载模拟器(版本 10.0.10586.11):https://go.microsoft.com/fwlink/p/?LinkId=698769
  5. 重启
  6. 正在使用仿真器版本 10586 部署项目
  7. 部署在更高版本的模拟器或真实设备中。

我成功了!