Deploying HoloLens App over Wi-Fi

In this article, you will learn how’s deploy HoloLens app over Wi-Fi.
 
Follow these steps:
 
1. Change the target from Debug to Release
2. And change ARM to x86
3. Change Remote Machine from emulator list
 
 
A dialog will automatically pop-up to configure your connection, Enter following credentials.
 
 
1. Enter the IP address of your device in the Address or Machine Name field. Find the IP address on your HoloLens under Settings >> Network & Internet >> Advanced Options, or you can ask Cortana "What is my IP address?"
2. Set Authentication Mode to Universal (Unencrypted protocol)
 
Now Select Debug >> Start debugging to deploy your app and start debugging.
 
 
The first time you deploy an app to your HoloLens from your PC, you will be prompted for a PIN. Follow the Pairing your device instructions below.
If your HoloLens IP address changes, you can change the IP address of the target machine by going to Project >> Properties >> Configuration Properties >> Debugging
 
Conclusion
In this article, you have learnt deploying steps of HoloLens app over Wi-Fi. If you have any question or comments, send me a message on C# Corner comments section.

Next Recommended Readings