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.
Good luck.