When using an external assembly which comes with an XML documentation file, how do I get visual studio to find it?
When having an XML documentation file
Answer to your first question: the xml should have the same name as the assembly and be right next to it. So if you have an assembly called Svish.dll then your documentation file should be Svish.xml and be in the same directory.