本文介绍了无法在 USB 连接的“Surface 3"上运行在桌面 (Visual Studio 2015) 上开发的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在桌面上的 Visual Studio 2015 中开发应用程序并在我的 Surface 3 上运行/测试它.

I want to develop an application in Visual Studio 2015 on my desktopand run/test it on my Surface 3.

我创建了一个空白应用程序(通用 Windows),我可以在本地机器"上运行它,但是当我尝试在设备"上运行它时,我收到以下错误

I created a Blank application (Universal Windows) and I can run it on "local machine" but when trying to run it on "Device" I get the following error

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

两者都运行 Windows 10 版本 1511(内部版本 10586.164).表面通过USB连接.Surface 3 上的开发人员模式已激活.IpOverUsbSvc 正在桌面上运行.

Both are running Windows 10 version 1511 (Build 10586.164).The surface is connected with USB. The developer mode on the Surface 3 is activated.IpOverUsbSvc is running on the desktop.

请注意,我在设备管理器中似乎没有找到 Surface 3当我插入它时,似乎没有尝试安装驱动程序.这可能是根本原因,因此任何让设备管理器"识别Surface 3"的建议将不胜感激

Note that I don’t seem to find the Surface 3 in the Device Managerand when I plug it in, no attempt seems to be made to install drivers.This is probably the root cause so any advice to let "Device Manager" recognize the "Surface 3" would be appreciated

推荐答案

要在 Surface 3 等远程设备上进行调试,您需要安装 Visual Studio 2015 的远程调试工具,然后选择远程机器"选项,设备"选项目前为 Windows Phone 和 Windows 10 移动设备保留

To debug on a remote device such as a Surface 3, you need to install the Remote Debugging tools for Visual Studio 2015 then select the "Remote Machine" option, the "Device" option is reserved for Windows Phone and Windows 10 Mobile devices at the moment

这篇关于无法在 USB 连接的“Surface 3"上运行在桌面 (Visual Studio 2015) 上开发的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 14:22