You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
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!
The text was updated successfully, but these errors were encountered:
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."
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!
The text was updated successfully, but these errors were encountered: