Wagner
(1)
Windows
(1)
XML
(1)

Comments in class lib

Asked By Brian
29-Mar-08 10:50 PM
Hi,
I have a soluation that has a class lib and a windows app.    when I look at
object explorer for the summary info on the dll it shows up.  When I copy
that dll into another project and look at the object lib the summary info
does not show up.
Why is this?
Brian

because the summary info etc are XML Comments so you need the accompanying XML

Asked By Bill McCarthy
30-Mar-08 01:40 AM
because the summary info etc are XML Comments so you need the accompanying
XML file

Comments in class lib

Asked By Brian
30-Mar-08 09:39 AM
Thanks

Comments in class lib

Asked By Herfried K. Wagner [MVP]
30-Mar-08 03:06 PM
In addition, the name of the XML file is the same as those the binary, but
its extension is ".xml" ("ClassLibrary.xml", for example).  You'll find the
file in the output folder next to the binary.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Post Question To EggHeadCafe