Where can I find the typed dataset for MS Project XML files?
Iv’e tried to create my own but when trying to read an MS Project XML-file like this:
MSProjectDataSet dataset = new MSProjectDataSet();
dataset.ReadXML(“savedXMLfileFromProject.xml”);
I get different exceptions.
All tips in this topic are welcomed!!
Iv’e tried to create my own but when trying to read an MS Project XML-file like this:
MSProjectDataSet dataset = new MSProjectDataSet();
dataset.ReadXML(“savedXMLfileFromProject.xml”);
I get different exceptions.
All tips in this topic are welcomed!!