P
Paul Loveless
Hey all.
I've noticed while programming in C# using vs.net 2003 that my xml comments
(ex. the ///<summary> comments) will not show up in intellisense or the
object browser unless all of the classes are in the same namespace. For
instance, if I create a new winform application that references my class
library, the comments for the classes in the library will not show up when I
view them in the object browser or when I write code that utilizes them
(through auto list members). However, the comments for the microsoft FCL
code still appear. Does anyone know if this is a bug in visual studio or I
am missing an attribute or something? Has anyone else experienced this?
Paul.
I've noticed while programming in C# using vs.net 2003 that my xml comments
(ex. the ///<summary> comments) will not show up in intellisense or the
object browser unless all of the classes are in the same namespace. For
instance, if I create a new winform application that references my class
library, the comments for the classes in the library will not show up when I
view them in the object browser or when I write code that utilizes them
(through auto list members). However, the comments for the microsoft FCL
code still appear. Does anyone know if this is a bug in visual studio or I
am missing an attribute or something? Has anyone else experienced this?
Paul.