Hi,
I have an asp.net project written with VB in Visual Studio Professional 2005.
Visual Studio has a bunch of warnings that I would like to ignore.
In a Windows Form or Class Library project I simply open up the project's .vbproj file and add the warning numbers I would like to ignore to the <nowarn> section. But my asp.net project is simply based on a folder and does not have a .vbproj file....
So how can I disable/hide warnings for the asp.net project?
Thanks in advance...
[edit]
I would just like to disable a few warnings. Not all of them... thanks.
I have an asp.net project written with VB in Visual Studio Professional 2005.
Visual Studio has a bunch of warnings that I would like to ignore.
In a Windows Form or Class Library project I simply open up the project's .vbproj file and add the warning numbers I would like to ignore to the <nowarn> section. But my asp.net project is simply based on a folder and does not have a .vbproj file....
So how can I disable/hide warnings for the asp.net project?
Thanks in advance...
[edit]
I would just like to disable a few warnings. Not all of them... thanks.