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