This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Description
I'm able to successfully build MixedRemoteViewCompositor.sln in the source file and ensure the MixedRemoteViewCompositor in Viewer.sln is included. When I build the Viewer.sln, it shows me some error messages but build successfully (messages attached below). However, when I run the application, change the localhost IP and click the "connect to" button, the whole viewer box just disappear as nothing happens. Do anyone know how to solve this problem?
My thinking is that it's because I've missed those winmd files, but I don't know how to add those files...
XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'Windows.Storage.Streams.winmd'
XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'Windows.Media.winmd'
XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'Windows.Media.Core.winmd'
XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'Windows.Media.Effects.winmd'
Also, there're 2 warning messages and I'm not sure if it's related to this problem.
