Creating a typed dataset of MS Project 2003 XML files

A

Anders

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!!
 
Top