- HoloLens Beginner's Guide
- Jason Odom
- 154字
- 2025-04-04 19:22:16
Compilation time
Now, we will let Visual Studio turn everything we have done so far into the code it needs to run on the HoloLens:
- On the menu, click on the Build option and select Deploy HoloLens Beginners Guide:

It will begin going through the compilation process; but because this is our first time connecting to our HoloLens, we will need to set up security for remote connections. Shortly after clicking on the Deploy option, the following box will appear in your compilation PC:

- With the HoloLens on, navigate to the Settings menu:

- Select Update; here, we will get access to developer options:

- Select and hit the Pair button:

- A code will appear on your device:

- Put that number in this input field and click on OK:

With that, Visual Studio will deploy to your device or emulator. Now load it up.
Congratulations, you have finished your first Holographic program!