SaveAs XML

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top