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

Deploy App Through Wifi Failed

This is the output I got:
4>------ Deploy started: Project: SptialMapping_0106, Configuration: Release x86 ------
4>Bootstrapping for deployment, version 4.
4>Connecting to the device '10.20.109.63' using SSH.
4>Connected to the device '10.20.109.63'. Execution time: 0:00:47.035.
4>DEP6957 : Failed to connect to device '10.20.109.63' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. 0x8007274C: The network event being waited on triggered an error.
========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

Answers

  • Options

    The error is :DEP6957 : Failed to connect to device '10.20.109.63' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. 0x8007274C: The network event being waited on triggered an error. SptialMapping_0106

  • Options

    I have VM turned on already.

  • Options

    I solved this issue by updating the Hololens OS

  • Options

    I had the same issue. For me, it turned out I was using the wrong IP address. I was using the IP address Cortana gave me, but when I switched the Remote Connections UI in Visual Studio (Project > Project Properties > Debug) to the one VS suggested instead, it worked. I got the suggested IP address from VS by clicking the "Find" button in the "Start Options" section of the Debug panel (in the Properties window), then clicking the carrot next to the phrase "Auto Detected", which allowed me to let VS search for my device. When it did, it came back with a different IP address than Cortana did, which I then used in the "Address" input box, and deployment succeeded after that.

  • Options

    @RingMyBell In additionally from your HoloLens device you can go to settings option to find the IP address follow this : Setting > Network & Internet > Advanced options > IPv4 address which you need to pass in the Visual Studio Remote debugging option

Sign In or Register to comment.