Logged In: NO

I am getting the same error. And I am also trying to read a feed from blogger. The RSS feeds I tried reading add just fine to my RSS syndication. But I get an error on the same line:

AtomFeed feed = AtomFeed.Load(url);
or if I get the streem first, and pass the streem to the AtomFeed.Load method, I also get an error.

ANYONE out there has any idea what to do, besides writting my own Atom library from scratch?