M
Mark
Not sure if this is the correct place for this question, but here goes anyway
Im building a program in C# 2.0 using the Project Object Library. Basically
I want to open an MPP file and save it to an XML file all in my little app
without the user having to do anything apart from specifying the MPP file and
save location.
Ive done the opening part, but I cant find any means to save as XML FileFormat
Currently im using MSProject.Project.SaveAs to perform the save process, but
when looking through MSProject.PjFileFormat for fileformats there isn't an
XML file type.
Anyone know how to save to XML programmatically??
Thanks
Im building a program in C# 2.0 using the Project Object Library. Basically
I want to open an MPP file and save it to an XML file all in my little app
without the user having to do anything apart from specifying the MPP file and
save location.
Ive done the opening part, but I cant find any means to save as XML FileFormat
Currently im using MSProject.Project.SaveAs to perform the save process, but
when looking through MSProject.PjFileFormat for fileformats there isn't an
XML file type.
Anyone know how to save to XML programmatically??
Thanks