I have a XML file in a folder in the project. I would like to use XDocument.Load(string)
but do I have to write the complete path to the application as part of the URI (such as in my example)?
XDocument xml = XDocument.Load("c:/users/myuser/documents/visual studio
2010/Projects/ErrorRegistro/Registro.xml");