Probably missed something- been a while since I cracked these apps open with the v2 kinect. I'm just trying to run the BodyIndexBasics-WPF application freshly installed from the kinect studio demo and while it compiles fine it crashes with the following error:
'The invocation of the constructor on type 'Microsoft.Samples.Kinect.BodyIndexBasics.MainWindow' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'.
This only seems to happen for the WPF apps (C++ stuff is fine), and if I create a native WPF application from scratch it also works fine. But when I add in code from the SDK it creates this error.
I'm using SDK v2.0_1409 on a windows 10 pro box with v 14971.rs_prerelease.161111-1700.
Any suggestions on what might be wrong?