G
Guest
I have a C# .NET 1.1 solution that consists of 2 projects. The first project
is a class library that has well formed XML documenation. In this project
IntelliSense shows me the description of each method.
I have added a reference to this class library in the second project. But
IntelliSense doesn't show me the description of any method.
Note: I have compiled the class library so that it generates a doc file
named assemblyname.dll.xml but still IntelliSense doesn't show any
description.
I have read all the posts but still can't find a solution to make
IntelliSense show the description of my methods.
is a class library that has well formed XML documenation. In this project
IntelliSense shows me the description of each method.
I have added a reference to this class library in the second project. But
IntelliSense doesn't show me the description of any method.
Note: I have compiled the class library so that it generates a doc file
named assemblyname.dll.xml but still IntelliSense doesn't show any
description.
I have read all the posts but still can't find a solution to make
IntelliSense show the description of my methods.