CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    47

    Show error messages and warnings seperately

    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

  2. #2
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: Show error messages and warnings seperately

    across the top of the error/warning box, you will see "Errors" and "Warnings". If you click on "Warnings", it will stop showing them.

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Show error messages and warnings seperately

    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!
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured