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

  • Thread starter Thread starter Peri
  • Start date Start date
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
 
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.
 
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
 
Back
Top