Hey gang. I was reading an XLINQ tutorial and it mentioned how to parse RSS via XLINQ and one of the first lines was loading the url. Unfortunately I get exceptions when I try and do the following in a Web Service: XElement.Load(url); or XDocument.Load(url); Can these only do file based uri's and not HTTP? Perhaps the tutorial had an error? Thanks and take care.
Read More...