kinect for windows (version 1/ x 360) help setting up
Hello, I'm currently trying to create a project using kinect for windows (I know that it's dicsontinued, but I find it interesting).
However, just trying to follow a basic tutorial I ran into this, and I don't know how to fix it.
When searching it up online, I don't understand what I'm supposed to do to resolve it.
I'm using Visual Studio 2022, and I made a .NETQ 6.0 WPF project
22 Replies
seems like only net framework and below is supported
how did you include the sdk?
which tutrial were u following?
soo many question so little info provided
the error more or less means that its looking for a specific version of a type but couldnt find it..
sometimes its enough to enable binding redirects
im fine with using an old one if i knew how to change it
"dependevies - add project refrence - ..."
i found a book
how do i do that
when creating a new poroject you have a choice between net framework and net
you would have to choose the netframeworkversion
I don't see any .NET 4.0 version
there is another projecttemplate specially for netframework
$version
damn how was the botcommand again
you can try the newest first
this worked? but now i have issues related to other libraries, now I cannot use tools related to BitmapSource, and it doenst recognise the System.Windows.Media.Imaging namespace, and I can't add the PresentationCore.dll either
how are you trying to add the dll?
what error is it giving you
pls try to give more information..
based off this link
https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapsource.create?view=windowsdesktop-8.0
BitmapSource.Create Method (System.Windows.Media.Imaging)
Creates a new BitmapSource that has the specified properties and options.
aaah damn.. just noticing something...
you have selected the windows forms project not wpf
yeah
those are the only ones that show up when i searched by ".net framework"
show me a screenshot of the projecttemplates you have
maybe this visual studio doesnt have the ones i need?
first scvreenshot second entry...
wpfapp (net framework)
if you filter by just wpf.. you see that you will have 2 wpf apps
the one with net framework should be the right one for your case
it works now
tysm
you are welcome