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

DLL is not copied to HoloLens

It work just fine on Local machine. But When I debug on HoloLens, I got this error.
(My DLL is located at project root)
1. Debug to HoloLens => "A dependent dll was not found"
2. So I right click on the DLL in solution explorer -> Properties -> set Build Action to Content and Copy to Output Directory to Copy always => Error List -> The requested operation cannot be performed on a file with a user-mapped section open. (Exception from HRESULT: 0x800704C8).
I'm aware that the above error was noted in https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-known-issues
But I tried deploy it again but the error still occurs.(I think my case is because DLL)

And from the same case to me https://social.msdn.microsoft.com/Forums/windowsapps/en-US/26013e5e-3ff1-44a0-8797-0474dabd12d0/uwpincluding-dlls-in-a-uwp-application-in-visual-studio?forum=wpdevelop#2ed18832-56bf-47ae-a629-d70282890df5

I can't complete the procedure. My VS just don't have the "Yes" option.

Sign In or Register to comment.