-
Notifications
You must be signed in to change notification settings - Fork 286
RemotingHostSample Desktop sample not working with Visual studio 2017 #317
Comments
I also tried working on the sample Project for desk Top Desktop, and Getting Same Errors Wile Building.. Error: |
Experiencing this too first hand .. clean pull and attempted to compile with 2017 for the Desktop Sample and receiving this. Visual Studio version: 15.9.2 |
Experienced this as well. I cloned the repo in Visual Studio and it gave compilation errors.
Let me know if there is anything else I can provide. |
Quick fix for building on Visual Studio 2017 (GUI or manual edit):The problem is that "platform.winmd" location was changed in VS2017. GUIUpdate the directory entry in: Manual Edit:Edit the file RemotingHostSampleDesktop.vcxproj and change: |
Just btw, there's a new sample for HoloLens 2 here https://github.com/microsoft/MixedReality-HolographicRemoting-Samples |
I have DirectX application ready and Running, I have developed it in Visual Studio 2017 (V141 features used). Now I want to add the Hololens remoting to complete the project. The project does not compile and throws several errors when compiled with v141. Even the Nuget does not seem to be updated.
The text was updated successfully, but these errors were encountered: