Closed LDeakin closed 7 years ago
Have you built the MixedRemoteViewCompositor? I have no problems after following the instructions in the README.md in the sample folder (the second part, specifically about the viewer application). It seems like you would be missing the MixedRemoteViewCompositor.winmd which is generated by rebuilding the solution MixedRemoteViewCompositor.sln. The MixedRemoteViewCompositor.winmd should then be in the folder "Build/Release/Plugins/WSA/x86"
I have built the MixedRemoteViewCompositor and the MixedRemoteViewCompositor.winmd/.dll are in that location. They are being correctly found by VS and are being copied into the bin folder on build. No problem picking it up when running on my local machine, but deploying to hololens or emulator the dll isn't found.
hmmm, it works over here. Sorry I can't help you further
Switching to VS2017 fixed the issue for me. Thanks anyway @rudyjason .
When running the Viewer (in MixedRemoteViewCompositor) on my local machine there are no problems. However, when deploying to HoloLens the MixedRemoteViewCompositor dependency is not found. This is without modification to MixedRemoteViewCompositor.sln or Viewer.sln. Same behavior in Debug/Release.
Is anyone else having this issue/aware of a solution?
Thanks