I'm developing a wp7 app, It's a simple rss reader. I'm able to recuperate the date, the title and the description...
But when I try to recuperate an image from this rss feed, I catch a NullReferenceException... Here the wrong line :
itemRss.Image = new Uri(item.Element("enclosure").Attribute("url").Value);
So, what's the good instruction to recuperate the image please ? Thanks in advance