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

Metadata file "%filepath%" could not be found.

Then I tryed to deploy my app with Visual Studio I received an error "Metadata file 'C:\Users\dev.taqtile\Desktop\App\TaqtileChessApp\GeneratedProjects\UWP\Assembly-CSharp\bin\x86\Release\Assembly-CSharp.dll' could not be found"
That file path is empty. Resembled solvings of this proble on stack overflow (http://stackoverflow.com/questions/1421862/metadata-file-dll-could-not-be-found) didn't help. My holo app contains much of a scripts and assets from 240 Tutorial Sharing. There is no errors in my unity project.

Answers

  • Options

    From the path above, it looks like your application's source code lives at c:\users\dev.taqtile\Desktop and in Unity, you are building into the "App" folder located at that location.

    If you haven't customized anything in the App folder, do you still get the error if you completely remove it and let Unity rebuild it from its "Build Settings..." dialog?

    If you have customized content under there, checking the "Copy references" box on Unity's "Build Settings..." dialog might help out.

Sign In or Register to comment.