Kinect / tutorial

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

lab01 Microsoft.Kinect.dll wrong targets #24

Open bryanbocao opened 8 years ago

bryanbocao commented 8 years ago

When I followed the instructions on lab01, everything went well except the last step, where I needed to add Microsoft.Kinect.dll library. The error message was:

"A reference to 'C:\Program Files\MicrosoftSDKs\Kinect\v2.0_1409\Assemblies\Microsoft.Kinect.dll' could not be added. The project targets '.NETCore' while the file reference targets '.NETFramework'. This is not a supported scenario."

kinect2issue

I was using Windows 10, Visual Studio 2015, the SDK was downloaded from the link provided in the lab01 tutorial and KinectV2.

How could I change the targets?

Thanks!

geaxgx commented 7 years ago

Hi BryanBo-Cao, I have exactly the same problem (except on windows 8.1 instead windows 10). Have you found a solution ? Thanks!