You will have to either not compile the XML documentation, or add XML
documentation where it says there is missing documentation. It's an
all-or-nothing-proposition.
If you're using VS.NET 2003, open the properties window for the project,
then go into the "Configuration | Build" section and put 1591 in the
"Suppress Specific Warnings" textbox.
If you're not using VS.NET 2003, you can pass a "/nowarn 1591" to the csc
compiler.
If you're using VS.NET 2003, open the properties window for the project,
then go into the "Configuration | Build" section and put 1591 in the
"Suppress Specific Warnings" textbox.
If you're not using VS.NET 2003, you can pass a "/nowarn 1591" to the csc
compiler.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.