Click to See Complete Forum and Search --> : Show error messages and warnings seperately


junaidsherief
October 11th, 2008, 07:51 AM
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

eclipsed4utoo
October 11th, 2008, 09:55 AM
across the top of the error/warning box, you will see "Errors" and "Warnings". If you click on "Warnings", it will stop showing them.

TheCPUWizard
October 11th, 2008, 10:00 AM
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!