Read and write Microsoft Project XML documents using ProjIO without change

Hi Otomar,

Thank you for your interest in Syncfusion products.

We are able to reproduce the mentioned duration time preservation issue while resaving the Project file (XML format) using ProjIO. We have created an incident #125976 for the reported query. Please follow up with this incident to get it resolved.

Please let us know if you have any other questions.

Regards,
Deivaselvan


1 Reply

ON Otomar Naprstek June 9, 2014 11:45 AM UTC

Hello,

I read data from Microsoft Project XML file (myProjectXMLfile) using ProjIO to Class Project.

ProjectReader reader = new ProjectReader();
Project project = ProjectReader.Open(myProjectXMLfile);

(See uploaded file: Project1.xml in MyExmaples.zip)


Subsequently, without any change, I save these.

project.Save(myProjectXMLfile);

(See uploaded file: Project1_rewrite.xml in MyExmaples.zip)


When I have read the saved file in Microsoft Project, data were different.
(See uploaded files: Original_project.png, Rewrite_project.png in MyExmaples.zip)
Why is this so? Where possible difficulty?


Thanks and BR
Oto

Attachment: MyExmaples_ce7723d0.zip

Loader.
Up arrow icon