Visual Studio.Net C# XML Comments

May 5 2004 4:36 PM
I use VS 2003, and I write in C#. I love the tool tips that describe the Summaries, types and overloads for properties and methods. When I create my own properties and methods, using XML comments, these tooltips appear for with the Summaries, types and overloads that I specified. However, when I compile the prohject, and use the compiled priject as a reference in a new project, I can no longer see the tooltips. Does anyone know: A. Is this the right forum for this question? B. How can I get the tooltips with my XML comments to appear in all of the other projects that have a reference to my custom .dll? Thanks