Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
When deploying Kinect apps, ensure the runtime, components and device are ready...
Feb 10, 2012 at 5:22 AMHey Greg: Thanks for the tip. You are right - you have to go inside solution explorer, expand everythng, and click on "include in project" for these dll's. Then all is good.
When deploying Kinect apps, ensure the runtime, components and device are ready...
Feb 09, 2012 at 3:16 PMThanks. But no success. I did find the dll in a...... \bin subdirectory . I guess my problem is I don't know how the following line resolves ....mlns
xlmns:my="clr-namespace:Microsoft.Samples.Kinect.WpfViewers;assembly=Microsoft.Samples.Kinect.WpfViewers"
what exactly is in clr-namespace? Do I need to put in a more complete path ? I guess I will have to take the VB.NET tutorial for beginners ! Being good with VB6 is no help anymore.
When deploying Kinect apps, ensure the runtime, components and device are ready...
Feb 09, 2012 at 6:44 AMMaybe you can help. I have got all the VB samples for SDK1 on this site to run, but I cannot get Designer to load anything. It keeps complaining that Microsoft.Samples.Kinect.WpfViewers cannot be found so it obviously chokes on KinectColorViewer etc. For the life of me I cannot find Microsoft.Samples.Kinect.WpfViewers.dll anywhere on the computer. Is this the problem ? If so where do I get the dll from ? Thanks.
Setting up your Development Environment
Feb 09, 2012 at 3:42 AMI have been trying out my new Kinect SDK with the VB code samples. I finally found updated samples for the new SDK. I can get the programs too build and run but I cannot edit the forms. I get error:
Error 1 The type 'my:KinectColorViewer' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Users\vsingh\Documents\Kinect\KinectforWindowsSDKV1\KinectforWindowsSDKV1\3.Camera Fundamentals\CameraFundamentalsVB\CameraFundamentals\MainWindow.xaml 8 10 CameraFundamentals Error 2 The type 'my:KinectSensorChooser' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Users\vsingh\Documents\Kinect\KinectforWindowsSDKV1\KinectforWindowsSDKV1\3.Camera Fundamentals\CameraFundamentalsVB\CameraFundamentals\MainWindow.xaml 9 10 CameraFundamentals
I am migrating from VB6 ! And I assume I am missing the references to thesae two components but how do you set that ? Thanks for the nice tutorial videos.