Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a typed dataset of MS Project 2003 XML files

Status
Not open for further replies.

d00ape

Programmer
Apr 2, 2003
171
SE
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!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top