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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enabling intellisense on custom assemblies 1

Status
Not open for further replies.

bangerman

Programmer
Nov 6, 2000
13
GB
Anyone know how to enable intellisense for custom assemblies?

For some reasonn this does not work automatically.

<bb />
 
You need to add the XML comments to your classes & methods, then go into the project settings and get it to produce the XML file needed. Rebuild. Then, go into the projects where you reference it and re-set the reference it to get it to copy the .xml file into your bin directory.

If you have treat warnings as errors set in your project properties, it won't build sucessfully until you've added an XML comment to every public and protected class & member (can be a good thing).

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top