I added a xml file into my solution in a windows application. but when i am executing the below code it is not finding the xml.
var xDoc = XDocument.Load("Services.xml");
It is giving exception that this xml is not found inside bin/debug\folder.
Can anybody help me on this..?