Hi.

I am trying to document my classes and their properties and methods by using attributes. These classes are inside the main project, they won't be compiled separately. I have seen some examples of using a <Description> attribute to give a description for a class or method, but it does not display by default in the intellisense. I found an example where there is an Imports for System.ComponentModel but I think it is for external components or usercontrols because, the descriptions I set won't display in the Object Browser. What is the necessary reference I should make in order to describe a class and its methods, when this class is inside an exe project?

Thanks