Helo
I am using asp.net 2.0
now a simple qn:
When I build solution: I get my error messages mingled with warnings
(running into 100 of entries).
I want to show errror messages seperately, so can find the a litle bit more easily
Printable View
Helo
I am using asp.net 2.0
now a simple qn:
When I build solution: I get my error messages mingled with warnings
(running into 100 of entries).
I want to show errror messages seperately, so can find the a litle bit more easily
across the top of the error/warning box, you will see "Errors" and "Warnings". If you click on "Warnings", it will stop showing them.
eclipsed4uto is correct.
But there is no reason why you should have ANY warnings either. en on interviews) expect warning free code [policy often prevents checking in any code with warnings]
Most employters (even on interviews) expect/demand warning free code, as do many instructors.
A warning is comething, that while technical legal, indicates a bad practice, and usually unreliable code.
Your display should be 100% clear of both errors and warnings!