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

Excpetion while Deploying to HoloLens

I try to use the spatial mapping script for Hololens in the MixedRealityToolkit-Unity-2018.9.0-Beta.unitypackage using Unity 2018.2.18f.

=> Create a Gameobject (cube)
=> Add component (Spatial Mapping Renderer)

After successfully Build Unity Project and opening in Visual Studio and trying to deply on the Device:

Exception:

Exception thrown at 0x7720F2B2 in Working.exe: Microsoft C++ exception: Platform::COMException ^ at memory location 0x026DF7E0. HRESULT:0x80072EE7 The text associated with this error code could not be found. WinRT information: The server name or address could not be resolved

Keeps throwing several times... No occolusion or spatial mapping visualisation visible.

Also did clean solution and redeploy. The exception is thrown on line 579 in excptptr.cpp file.

Sign In or Register to comment.