How to save a project as XML file?

C

Chris

I would like to save a project as an XML file by using PSI. I can do that
(dsProject.WriteXML("path_to_file")) but then, if I open the file in Project
2007, my project is completelly empty (although the XML file is NOT empty)
 
Top