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

How to change the IP address for Remote Machine deploy

edited July 2016 in Questions And Answers

I'm running through the Hololens 101 tutorial. The IP of my HoloLens changed, and now I can't deploy to it. When I hit "Start without Debugging" it builds fine, but the deploy fails with the error:
Error DEP6957 : Failed to connect to device '192.168.1.146' 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. Origami

Of course this fails because my HoloLens is now 192.168.1.146

This page: https://developer.microsoft.com/en-us/windows/holographic/using_visual_studio
says to go to "Project > Properties > Configuration Properties > Debugging", as does this link: http://developers.de/blogs/holger_vetter/archive/2014/07/15/how-to-change-remote-debugging-machine-in-visual-studio.aspx

However when I go to the Project menu, I don't have a regular "Properties", I just have Assembly-CSharp properties, which brings up a panel which is close, but missing the Debug tab.

![](https://us.v-cdn.net/6026774/uploads/editor/ru/0ygjknr2z79w.png "")

I have greped for the IP address 192.168.1.146 in my whole solution directory and can't find it.

I'm able to deploy by USB fine using "Device", but I'd like Wifi to work.

Best Answer

  • Options
    edited July 2016 Answer ✓

    In Visual Studio, go to the Debug menu at the top, and then the very bottom option should be your project's properties. It's in there (in the Debug section on the left if it isn't starting at it).

Answers

  • Options

    In my case, I deleted the VS App directory and regenerated it with Unity. From the new App directory, it asked the remote IP again.

  • Options
    edited July 2016 Answer ✓

    In Visual Studio, go to the Debug menu at the top, and then the very bottom option should be your project's properties. It's in there (in the Debug section on the left if it isn't starting at it).

  • Options

    Thanks, yes it was there in the Debug menu. Got it.

Sign In or Register to comment.