Hi!
I write a .dll file that contains a class, his methods has coments about sumary, parameters and return.
If i use this class in the same project, i view perfectly this comments in the tooltips, but if i put this dll in another project ... i don't view the comments in the tooltips of code insight. From the object browser i can't view the comments either.
What's the problem
Regards.

sumary not visible in other projects
Doug 123
I'm sorry Paul :)
Thanks for your reply Anson, very usefull.
Regards.
curt2go
jhikel
This is most likely because the project isn't set to build an XML documentation file. Take a look at this walkthrough about using XML doc comments to document a component: http://cyrino.members.winisp.net/9112006/XMLDocs.doc.
Hope that helps!
Anson