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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -