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
1) The documentation file must have the same name as the assembly name, with the added extension '.xml', and reside in the same directory as its corresponding assembly. So for example, you have an 'MyCompany.MyNamespace.dll' and a 'MyCompany.MyNamespace.dll.xml' file in the same directory.
2) NDOC can generate some dirrent formats of documentation.