Turning off asp.net compiler warnings

nismo

Member
Joined
Jun 30, 2006
Messages
18
Programming Experience
3-5
In VB.NET windows, its easy to turn off the compiler messages such as "Variable 'DS2' is used before it has been assigned a value. A null reference exception could result at runtime."

You just go to the project properties and you can see them under the compile tab.

How do you do the same in VB.NET when you're doing an asp.net application? I cant find out where i turn them off, they are really annoying...
 
Back
Top