I am creating a Windows Phone 7 application that will use an open web service. At the moment, I want to download a dummy XML file and parse the information.
I use XDocument for such things, but it seems that I cannot enter using using namespace in my code.
Any other ideas?
delete
source
share