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

PlaneFinding.dll has failed the AppContainerCheck check

Every build I've compiled to an AppPackage has failed this check. The x64 and x86 versions of the DLL are set to compile for editor only, and the WSA for UWP only. I do notice there is no x64 WSA DLL but that makes sense as the Hololens is a 32bit device.

The Windows App Certification output suggests I "Apply the required linker options - SAFESEH, DYNAMICBASE, NXCOMPAT, and APPCONTAINER - when you link the app. See links below for more information". is this correct or is the DLL not yet ready for compilation?

If this is correct, could someone direct me to some documentation on how to do this?

Sign In or Register to comment.