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 error

Hi I am trying to deploy my project on visual studio but it keeps on give me this error:
"could not find sdk windows mobile version=10.0.14393.0" and "SDK folder containing UAP.props" could not be find. Did anyone else have this issue? I already installed the windows 10 sdk and installed the Visual Studio 2015 Update 3. I also installed everything needed for Unity to build correctly.

Answers

  • Options

    @lxd20,
    What are your build settings set to in Visual Studio? Also, what is your deployment target (a HoloLens or the Emulator)?

    The error message you describe sounds like attempting to deply to "Device" when there is no HoloLens connected via USB.

    If you wish to deply to the emulator, please set your options as shown in the following image. If you are deploying to a HoloLens via WiFi, you will want to select Remote Machine.

    Thanks!
    David

  • Options

    I got this error as well. A Msft-ie named Jamie spotted the issue. For some reason Unity was including phone stuff in the Visual Studio solution it shouldn't have. To find the bad extras, go to each project in the Visual Studio solution explorer, then click references. If you see any yellow warning icons on a reference, remove that reference. Rebuild and comment out any lines the compiler complains about no longer working (should just be one line)

Sign In or Register to comment.