How To Disable Any Specific Warning in VS 2005
Sunday, February 4th, 2007VS 2005 generates many types of compile warnings. The most annoying ones are those underlined directly in the source code (all in VB .NET). We cannot get rid of all warnings. For example, our VSdocman allows XML comments also for namespaces. VS doesn’t like this and gives the following warning:
XML comment block cannot be associated […]
Entries (RSS)