I am trying to deploy to my Hololens 2 and I'm trying to connect to it via wifi.
I am following the instructions here: https://learn.microsoft.com/en-us/windows/mixed-reality/mrlearning-base-ch1
I also followed the instructions here for connecting via wifi:
https://learn.microsoft.com/en-us/windows/mixed-reality/using-visual-studio#enabling-developer-mode
- I am using Master/Arm64/Remote Machine
- I got the IP address for my Hololens 2 and put it in the Remote Machine Name under Project -> Properties -> Configuration Properties - > Debugging -> Remote Machine.
- For authentication type, I am using "No Authentication".
- The project builds successfully
- Problem comes from when I try to deploy.
The error message I am getting is this:
DEP6957: Failed to connect to device '127.0.0.1' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. COMException - No connection could be made because the target machine actively refused it. (Exception from HRESULT: 0x8007274D) [0x8007274D]
I have confirmed that my machine is in fact turned on when I try to deploy.
Has anyone seen this before?
Do you have any suggestions?
My ip address, on my hololens, is not 127.0.0.1, why does it say that is my IP address? I put something completely different in Configuration Properties -> Debugging.