Kinect / tutorial

Tutorial on the v2 Kinect platform. Walk thru the whole thing at http://kinect.github.io/tutorial
MIT License
173 stars 62 forks source link

Windows.Storage.Stream library - Lab 05 #47

Closed MagaSganga closed 5 years ago

MagaSganga commented 5 years ago

Hi! I have a problem downloading and installing the library Windows.Storage.Stream. I´m using Windows 10 and Visual Studio 2017. I had to re-write some of the usings to make them work in my project, but it seems that I don´t have the windows.storage library. I downloaded it from this page https://www.dllme.com/getfile.php?file=11869&id=ff0e9a4c35fe3f02caeec57190288f41 and tried to install it but it´s not working. The message error is: Can´t add this reference. Make sure you have acces to the file and that it is an assambly or a valid COM component. Is there another place to download this library? Or another way to include it that Im not aware of? Thank you!

MagaSganga commented 5 years ago

I already resolved it from the Nuget Administration window in Visual Studio. I looked up there the library, download it and write the using setence and worked. :-)