I'm trying to start out with LinqtoXml. I have added (I think) the right namespaces
XElement contactsFromFile = XElement.Load("App_Data/test.xml");
Doesn't work... I get a "Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\App_Data\test.xml'" error...
Please help.