Comments - Summary Block - Not getting displayed if we compile the project and add the DLL as a refe

P

Peri

Dear All,

I have written a DLL project and have many classes with properties exposed.
I have added my comments in the summary block of each property. If I give
this project as a project reference to another project, I am able to see the
comments. But if I compile the DLL project and give the DLL as a reference I
am not able to view the summary comments.

Can you please let me know why this is happening and how to reslove it?

Thanks and Regards,

Peri
 
P

Peter Macej

comments. But if I compile the DLL project and give the DLL as a reference I
am not able to view the summary comments.

You must also place generated XML doc file in the same folder as
referenced DLL. This file has the same name as your DLL, e.g. MyDll.xml.
 
P

Peri

Thanks a lot. It worked.

Peter Macej said:
You must also place generated XML doc file in the same folder as
referenced DLL. This file has the same name as your DLL, e.g. MyDll.xml.

--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB .NET
and ASP .NET code
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top