I'm creating a Windows Phone 7 application that will consume an exposed webservice. For now, I want to load a dummy xml file and parse information from that.
I'm used to using XDocument for things like this, but it seems I can't type in the using namespace in my code.
Any other ideas?