Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Deployment error: Windows Phone IP over USB Transport (IpOverUsbSvc) is not running

Greetings,

I am trying to Deploy to HoloLens over USB and encountering the following error:
"Windows Phone IP over USB Transport (IpOverUsbSvc) is not running. Please start Windows Phone IP over USB Transport (IpOverUsbSvc) from the service management console and try again"

I don't see this service listed in the Services manager, nor in the Registry. This is the first time I am trying to deploy after updating Windows and migrating from VS 2015 to VS 2017.

Any insight?

Spec:
Visual Studio Community 2017
Edition: Windows 10 Pro
Version: 1709
OS Build: 16299.125

Thank you for your support.

Answers

  • Options

    Here is how I have tried to solve this.

    1) Modify the registry as described by Larry Olsen here: https://social.msdn.microsoft.com/Forums/en-US/add3ecab-1798-4db5-b612-35f7418d7cde/cannot-deploy-uwp-app-to-device-ipoverusbsvc-missing?forum=wpdevelop

    2) Reboot machine

    3) I could then see the IpOverUsbSvc Service listed in the Local Services GUI. However, the binaries were still missing, so I could not start the service. I have solved this issue by re-installing "Windows Phone SDK 8.0", which can be found here: https://www.microsoft.com/en-ca/download/details.aspx?id=35471

    This has restored the IpOverUsbSvc.exe binary to its proper place here:
    C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\CoreCon\11.0\Bin

    Deploying to "Device" now gives me this error instead:
    DEP6957 : Failed to connect to device '169.---.---.--' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings.

    It tells me the connection was rejected.

    Meanwhile, I am still able to Deploy via Remote Machine, so I feel like perhaps it's trying to deploy to the wrong Device somehow?

    4) I try enabling and disabling hyper-v. I try rebooting the device/my computer. I try system updates...

    5) I uninstalled Windows Phone SDK 8.0 (I was anxious that it was associated with VS 2012 instead of 2017), and am getting the original error again.

  • Options

    I solved that problem by download the Microsoft window 10 SDK and install Windows IP Over USB-x86_en-us.msi again then IpOverUsbSvc appear again in my Task Manager -> Service. Start the service then it will work fine when you deploy to your HoloLens :D

  • Options

    My solution to the problem was this:
    https://stackoverflow.com/a/52506154/10133988

Sign In or Register to comment.