On Tue, 2006-04-25 at 14:34 +0200, Andreas Färber wrote: > Yousef Raffah schrieb: > > On Tue, 2006-04-25 at 20:48 +0900, Atsushi Eno wrote: > > > >> Yousef Raffah wrote: > >> > >>> Sorry, here is the link for one of the feeds: > >>> http://bandar.raffah.com/wp/?feed=rss2 > >>> > >> Thanks - I downloaded the RSS and simply loaded via StreamReader using > >> UTF8Encoding with "throwOnInvalid" = true, > >> > >> public static void Main (string [] args) > >> { > >> Encoding e = new UTF8Encoding (true, true); > >> using (TextReader r = new StreamReader (args [0], e)) { > >> string s = r.ReadToEnd (); > >> } > >> } > >> > >> but it just worked fine (It also didn't raise an error on .NET). > >> > > > You can look at the screenshot on: > > http://yousef.raffah.com/images/Blam-Screenshot.jpg > > > > I had a look at the screenshot and checked your HTTP headers but > unfortunately there's an HTTP error page right now... ;-) > ("Error establishing a database connection") > Hello Andreas,
I'm not sure which URL you are referring to but you can check the followings: http://yousef.raffah.com/?feed=rss2 http://bandar.raffah.com/wp/?feed=rss2 http://www.turkionline.com/tblog/?feed=rss2 http://www.smartinfo.com.sa/fouad/?feed=rss2 They all show the same problem :( > Andreas -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
