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?