Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML comment in dll 1

Status
Not open for further replies.

bigtimmin

MIS
Apr 12, 2005
125
0
0
US
I have written a class, with XML comments for the method & properties. If I add this class to a project, intellisense displays my comments. However, if I compile this class to a DLL file. Set a reference to it, intellisense no longer displays my comments. What am I doing wrong? Thanks!

 
Hi,

If you want to have intellisense, you need to make sure that the xml document is generated for the class library.

You can set this via Project Properties in the Build Tab (XML Documentation file). If you then rebuild your project and update the reference, it should work.

NOTE: the setting in the project properties panel is configuration (Debug/Release) specific.

Let me know if it didn't work.

Greetz,

Geert

Geert Verhoeven
Consultant @ Ausy Belgium

My Personal Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top