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.

A dependent dll was not found

Hello.
I am trying to integrate our application which is in openGl to hololens. I am using the default VS template for holographic app.
I am getting "App.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found' error when I try to deploy the app. I am getting this error just by creating a class which is derived from other class in our project and its constructor which does nothing.
I have included the required dll in the project but not sure why I am getting this. And if the comment out the constructor, the default app is deployed to the simulator without any issue.

Debug:
The thread 0xa20 has exited with code -1073741515 (0xc0000135).
The thread 0xf70 has exited with code -1073741515 (0xc0000135).
The program '[1272] OGLHolographicApp.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

Build:
1>------ Deploy started: Project: OGLHolographicApp, Configuration: Debug Win32 ------
1>Deploying to Phone Internal Storage...
1>Updating the layout...
1>Copying files: Total <1 mb to layout... 1>Deployment complete (0:00:00.249). Full package name: "2b520fb7-f1ba-4ccc-a5cd-81183b73c076_1.0.0.0_x86__n2tmvwnsfxzby"
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========

Best Answer

Answers

Sign In or Register to comment.