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

Deploy to HoloLens emulator from command line. How?

Hi all!

I need to deploy to Hololens emulator using command line.
I try to use command bellow:

devenv.exe C:\HoloTest\HoloTest.sln /deploy "Debug|x86" /projectconfig "HoloLens Emulator 10.0.14393.0"

After running commands the HoloLens emulator is started, but application doesn't appear in it. When I tried to deploy from Visual Studio the app was installed correctly.

Does anybody have any ideas how to deploy to emulator from command line?
Thanks!

Best Answer

Answers

  • Options

    Update: the emulator was starting when VS was running... So, without started VS, nothing happening.

    The question still active, how to deploy from command line?

Sign In or Register to comment.