Kinect / tutorial

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

Gesture Builder Database Imported COM Exception #6

Open AfzaalLucky opened 9 years ago

AfzaalLucky commented 9 years ago

Hi WHen I replace my own db(HandsOverHead.gbd) with HandsAboveHead.gbd in GestureDetector.cs Lab 12: private readonly string gestureDatabase = @"Database\HandsAboveHead.gbd"; Replace : private readonly string gestureDatabase = @"Database\HandOverHead.gbd"; // Seated.gbd

It through's CoM Exception (System.Runtime>interopService.COMException) Error : HRESULT E_FAIL has been rturned from a call component. Error code: -21476677259

Exception on code is: using (VisualGestureBuilderDatabase database = new VisualGestureBuilderDatabase(this.gestureDatabase))

ghost commented 9 years ago

Check the the dv fe in your project is marked as conent and copy always is checked. When the project gets deployed as a package all files requied for the project must be self contained and can only be loaded from within that container.

jhealy commented 8 years ago

worked like a champ. thanks...

SDCC-Ken commented 8 years ago

Sorry, I still have the problem. I have add the HandsAboveHead.gbd problem into a Database folder from the complete app, but still not work and get that message.