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

DllNotFoundException: Unable to load DLL...when debug with hololens device.

hello:
I create a simple demo just for testing DllImport. The dll is a ''Dll (Universal Windows)'', it just output a number. And i invoke the dll by DllImport in the hololens project. but i always get the error "DllNotFoundException: Unable to load DLL...". And this is my structure.
can someone help me?
Think you!

Best Answer

Answers

  • Options

    Also, if you had already built your app previous to adding the DLL into your hierarchy, you may need to delete your folder that you build to (commonly App, but not always). Then when you create a build it will get added into the visual studio project correctly. You also need to do this if you make a change to the DLL and copy the new version of the file in.

  • Options

    Thank you for answer.
    My settings is the same with @Jimbohalo10 .But my exception is not the result of this. it's because my environment of computer, i have installed 2 version(17/15) of vs. It's good when i debug the same code in other clean computer that just installed vs2015.
    Anyway, thanks .

Sign In or Register to comment.