The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Error messages that tell you what's wrong, but not what's right

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeff Key

Posts: 481
Nickname: jeffreykey
Registered: Nov, 2003

Jeff Key is legally sane, but questionably competent.
Error messages that tell you what's wrong, but not what's right Posted: Apr 26, 2004 5:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jeff Key.
Original Post: Error messages that tell you what's wrong, but not what's right
Feed Title: Jeff Key
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jkey/Rss.aspx
Feed Description: Topics revolve around .NET and the Windows platform.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jeff Key
Latest Posts From Jeff Key

Advertisement

So I'm trying to do the right thing and validate a web page to ensure it's XHTML compliant.  Here's the result:

Sorry, I am unable to validate this document because its content type is text/plain, which is not currently supported by this service.

OK, great.  You can't handle text/plain.  I'm sorry.  So what do you handle?  What do I need to do to resolve this?

Unfortunately, this type of error message is quite common.  If you can give an error description this specific, it's also possible to give the user instructions on how to avoid the error.  The users are your friends -- help them out.

Read: Error messages that tell you what's wrong, but not what's right

Topic: CMS Connector for SharePoint ... Webcasts and UK Technet Event Previous Topic   Next Topic Topic: Re: MDA or TDD

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use