> My /// comments only show up in tooltips when the commented member is
> in the same assembly, not when my code is in a library assembly. Yet,
> FCL (and some 3rd party) /// comments do show up in tooltips.
>
> How do I get my /// comments to show across assembly boundaries?
Right click on the library project in the VS.2003 Solution Explorer
and select Properties, then Configuration Properties / Build, and set
the "XML Documentation File" to the "Assembly Name" followed by .xml
(e.g. "MyLibrary.xml") - and save the change - then you will get
tooltips, the next time you start up VS.
Doing this ALSO gives you a warning for every public member without a
/// comment, and for every bit of bad XML in a /// comment.

Signature
www.midnightbeach.com