Body tracker Throws exception

After compiling the body tracker source code in visual studio 2013, the application if run standalone works perfectly but the same code throws exception at body tracker update function(sync) if run in visual studio IDE. So its difficult to debug the source code. Can someone help?

Make sure your debugger working directory is set to the $(TargetDir) in project settings. Otherwise it will not be able to find the right files, dlls, etc.

Thanks Josh.
Its working fine now.

1 Like