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

Error while setting Galaxy example

I came across few errors while setting Galaxy example. I followed the instructions from https://forums.hololens.com/discussion/387/finally-got-a-working-galaxy-explorer-demo-here-is-my-full-instructions link.

I came across version mismatch error at step 6 - Install UnitySetup-Metro-Support-for-Editor and UnitySetup-Windows-Support-For-Editor. (http://beta.unity3d.com/download/24077ef8c12f/public_download.html)

Unity project builds fine but visual studio solution file gives error.

Answers

  • Options

    Hi @Bulbul_Saha,
    The links on that forum post seem to be quite outdated. You should try running with the latest version of VS (currently Update 3 with Tools 1.4 Windows 10 SDK), and the latest version of Unity (beta 24). You can find links to these tools here.

  • Options

    Hello Ahiller,
    Thank you for the help. I have installed accordingly. I am able to proceed till build. I get error during deployment as follows:

    Checking whether required frameworks are installed...

    1>Framework: Microsoft.VCLibs.140.00/x86, app package version 14.0.24123.0 is not currently installed.
    1>Framework: Microsoft.NET.CoreRuntime.1.0/x86, app package version 1.0.23819.0 is not currently installed.
    1>Framework: Microsoft.VCLibs.140.00/x86, app package version 14.0.24123.0 is not currently installed.
    1>Installing missing frameworks...
    1>Registering the application to run from layout...
    1>DEP0700 : Registration of the app failed. error 0xC00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 40, Column 6, Note: The schema for OSMinVersion specified does not recognize XML fields with namespace "http://schemas.microsoft.com/appx/manifest/uap/windows10/2". Please ensure that you have the correct OSMinVersion specified. Reason: Element '{http://schemas.microsoft.com/appx/manifest/uap/windows10/2}Capability' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Capabilities'.
    1>Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}CapabilityChoice, {http://schemas.microsoft.com/appx/manifest/foundation/windows10}DeviceCapability.
    1> (0x80080204)
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

    I ill really appreciate you help.

    Thanks, Bulbul

  • Options
    Jimbohalo10Jimbohalo10 ✭✭✭
    edited July 2016

    Hello @Bulbul_Saha Probably by the error messages you have Visual 2015 Community update 1 or 2 corrupted and you have Unity 5.4b10 loaded.

    You are having platform errors all over the place because you have incompatible versions loaded.

    Please uninstall Unity and Visual Studio 2015 uninstall via the Change function

    A user had a similar problem in thread New Unity Technical Preview - 5.4b24 HTP

    The installation of packages in the sequence and order, shown in the Tool installation list is most important

    All the packages must be at the compatible levels

Sign In or Register to comment.