I am going to use a framework from codeproject.com, there are a .dll file and .xml file with the package. I added the dll file to my project using Add Reference...
and browing for it's location. It got added to references, and I can point to it in my code by using ....
I have 2 questions:
There is a XML file in the package that seems to be comments for methods and stuff like that. how can I use this? (So when I type a method name from that framework its description pop up?)
How can I make sure that when building an install for my project, the dll file will be included there?