Hi,
I constructed a ClassLibrary using Visual Studio .NET 2003. Before
for each method I did a brief description about it.
/// <summary>
/// ...
/// </summary>
public ... myMethod(...)
{
...
}
Now I am using my library from another class, but description is not
becoming visible, but when calling the methods within the ClassLibrary
itself they are visible.
Can someone help me fix this problem
Thanks in Advance
Henk Verhoeven - 22 Mar 2005 19:44 GMT
Hi
It depends on how you use it?
Are you using it as a project reference (then it should) or are you
referencing it as a DLL's, which may cause what you have described
Henk
> Hi,
> I constructed a ClassLibrary using Visual Studio .NET 2003. Before
[quoted text clipped - 14 lines]
> Can someone help me fix this problem
> Thanks in Advance