unity3d - Visual Studio Error: Type 'CoreApplicationView' and 'CoreWindow' Defined in assembly that is not referenced -


in visual studio 2017 i'm getting error when i'm trying compile:

'coreapplicationview' , 'corewindow' type defined in assembly not referenced. must add reference assembly 'windows, version=255.255.255.255, culture=neutral, publickeytoken=null, contenttype=windowsruntime'. see screenshots.

i want deploy app on hololens. don't need emulator. installed everything, reinstalled several times. followed these instructions:

https://developer.microsoft.com/en-us/windows/mixed-reality/install_the_tools https://developer.microsoft.com/en-us/windows/mixed-reality/holograms_100 

i figure visual studio knowledge should able help.enter image description hereenter image description here


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -