PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Comments in class lib
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Comments in class lib
![]() |
Comments in class lib |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
because the summary info etc are XML Comments so you need the accompanying
XML file "Brian" <bsgallatin@community.nospam> wrote in message news:%231yMMDhkIHA.980@TK2MSFTNGP06.phx.gbl... > 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 > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks
"Bill McCarthy" <Bill@NOSPAM.com> wrote in message news:7E50FA0D-6A77-47E3-8629-9EFD1FC66AB1@microsoft.com... > because the summary info etc are XML Comments so you need the accompanying > XML file > > "Brian" <bsgallatin@community.nospam> wrote in message > news:%231yMMDhkIHA.980@TK2MSFTNGP06.phx.gbl... >> 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 >> > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
"Bill McCarthy" <Bill@NOSPAM.com> schrieb:
> because the summary info etc are XML Comments so you need the accompanying > XML file 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/> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

