I am trying this code :
string file =@"C:\Program.xml";
XDocument doc = new XDocument(XElement.Load(file));
XElement root = XElement.Parse(doc);
I get the following error :
the best overloaded method match for has some invalid arguments
I really need some help...I've been searchig for some hours for a solution.