Search code examples
c#windowswindows-phone-8.1windows-serviceswindows-10

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?


Solution

  • 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)