简体   繁体   中英

IpOverUsbSvc not found while deploying Windows Phone 8.1 app in Windows 10

I am trying to deploy a Windows Phone 8.1 app in Windows 10 . I am getting the following errors:

Error : DEP6200 : Boostrapping 'Device' failed. Device cannot be found. Windows Phone IP over USB Transport (IpOverUsbSvc) is not running. Retry after starting Windows Phone IP over USB Transport (IpOverUsbSvc) from the services management console.

Error : DEP6100 : The following unexpected error occurred during boostrapping stage 'Connecting to the device': SmartDeviceException - Windows Phone IP over USB Transport (IpOverUsbSvc) is not running. Retry after starting Windows Phone IP over USB Transport (IpOverUsbSvc) from the services management console.

My Lumia phone is connected and is accessible from Windows File Explorer.

I have checked in services for the IpOverUsbSvc service, but its not there. So I also checked in powershell: get-service IpOverUsbSvc

Status   Name               DisplayName
------   ----               -----------
Stopped  IpOverUsbSvc       Windows Phone IP over USB Transport...

I was not getting these errors while I was using Windows 8.1. It seems like this service is not available in Windows 10.

Can anyone help me to solve this issue?

I have run that reg file, but for me it still didn't work. When I tried to run this manually it works:

在此输入图像描述

I've experienced similar one when I've upgrade my dev system from 10166 to 10240 - IpOverUsbSvc does not start.

It seems that... in some cases, the registration info of ipoverusbsvc is corrupted. To fix it, just put a correct info to the registry.

You can find following link that ms guy upload the correct .reg file to his onedrive.

[UWP][SDK]IpOverUsbSvc service missing in windows 10 RC (Build 10240)

The problem in my case was that the service didn't exist. I used Microsoft Guy's reg update file

Then, rebooted my computer and service showed up. However, I couldn't start the service as the executable was missing.

I tried removing and reinstalling the Windows 10 SDK to no avail.

Then I found out that in Visual Studio Installer / Modify / Individual Package "USB Device Connectivity" was not installed.

That option checked installs the missing file.

Make sure that your services manager is closed during the installation process.

After installing the missing component you will be able to debug on win 10 device over usb.

I faced same problem because of 2 Visual Studio editions installed in parallel with different set of features. Repair of Visual Studio 2013 fixed the issue for me.

在VS2017的“Configuration Manager”中的“Active solution platforms”中将“ARM”替换为“x86”或“x64”

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM