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

Is there a way to run a hololens application on Hololens without publishing it to the windows store?

I created a basic windows app using VS and able to run it on a Hololens emulator. I want to check it on Hololens itself but couldn't figure out how to do that without publishing it to the windows store. Is there a way to do that ?

Best Answers

Answers

  • Options

    Thank you very much Alex. Now I can play around :)

  • Options

    @AlexD said:
    You certainly can.
    To deploy on the device itself, you need to connect it to your computer using the USB cable and deploy to "device" or make sure it's in the same network as your development machine and deploy to "remote machine".
    There's a great tutorial here

    Thank you very much Alex. Now I can play around :)> @Jerome said:

    you have to activate the developper mode in your Hololens (around the update setting page)
    you can using an USB cable or other the wifi by starting the remote debug in VS2015.
    there is an app in the windows store which is dedicated to communicate with an hololens device, get it.

    I found this:
    http://chadcarter.net/how-to-deploy-an-app-to-the-hololens-device-step-by-step/

    Thanks Jerome. I got what I was looking for :)

Sign In or Register to comment.