Tuesday, 15 September 2015

c# - Adding a Resource in Visual Studio 2013 -


So it's going to be extremely basic, but I'm not very familiar with Visual Studio I'm using KinectSDK programming I'm working on and want to use the Coding4Fun Kinect Toolkit. I have downloaded it and have put it

  using Coding4Fun.Kinect.Wpf;  

My program is in the beginning, but it does not recognize it. My question is, where should I put those files and how can I add this resource to my project? When I glance around, I get stuck at "Choose a Global Resource File" because I do not see it anywhere, can any step provide a good step by step?

Go to Tools -> Newsletter Package Manager -> Package Manager Console and Enter:

 Install  - Package coding 4 fun. Connect. Vf  

It should install all the necessary references.

Here is the best way to manage external references in Visual Studio for links.


No comments:

Post a Comment