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 device fails 2/3 of the time. Why?

When I deploy to the device from visual studio using "remote machine", 2 out of 3 times it times out. Sometimes the deploy works in only a few seconds, other times is takes much longer. Sometime it just seems to keep trying and never succeeding and I have to force an exit. It seems like deployment should generally take the same amount of time every time, but this is not the case even when I redeploy with no changes.

Why is deploying to the device so unstable and what can I do to address this?

Best Answers

Answers

  • Options
    Jarrod1937Jarrod1937 ✭✭✭

    The deployment time I noticed varies with the type of data that is changed. If I am only changing the script code it's fast, if I rebuild from Unity it takes longer as it has to upload more data, that is invalidated, to the device.
    And yes! Update 3 of VS was a lifesaver, the deployment issues were a pain, definitely make sure you're uptodate on that.

Sign In or Register to comment.