How can I include documentation xml file with my DLL?

  • Thread starter Thread starter Sasha
  • Start date Start date
S

Sasha

Hi,

How do I include my xml doc file into my dll, so when I copy my dll into
a different folder, I still get the ToolTip docs?

Thanks,
Sasha
 
If you leave the Xml and dll in the same folder, when you reference the dll
in a project, vs.net will copy the xml document to the required folder with
the dll.

This will give you the tooltip help.

Joe Feser
 
Back
Top