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

Hi, I am trying to deploy VS project created through unity into Hololens Emulator.Getting erroR

Exception thrown: 'System.TypeLoadException' in Unknown Module.
The thread 0x990 has exited with code 0 (0x0).
Activation of the Windows Store app 'holo1_pzq3xp76mxafg!App' failed with error 'Windows was unable to communicate with the target application. This usually indicates that the target application's process aborted. More information may be available in the Debug pane of the Output window (Debug->Windows->Output)'.
I am running the VS proj in release, X86 mode
Please help.

Answers

  • Options

    @DeeptiParachuri,
    Do you get this same exception when deploying the Holograms 101 project? Also, if you create a very simple scene (ex: a single cube) does the same occur?

    If not, I would recommend investigating any plugins your project may be using as a TypeLoadException typically indicates that an assembly is either missing a dependency or is referencing a native DLL that does not match the application's target architecture (ex: x64 vs x86).

    Thanks!
    David

  • Options

    Thanks David. Yes I am getting same error with Holograms 101 project , same with even single cube.

  • Options

    @DeeptiParachuri check out this thread and double check that your tools are all installed correctly.

    After a long list of checks, this person found that running the Repair on their Visual Studio eventually fixed a similar problem they were having, but there are a bunch of other potential suggestion in the same thread that may be applicable in your case as well.

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

Sign In or Register to comment.