input2013.zip (3.5 KB)
1、Unzip the attachment to the corresponding XML file and convert it to an MPP file. The Duration value is incorrect.Why is that?My code works as follows:
Project xmlProject = new Project(“input2013.xml”); //input xml file
Project mppProject = new Project(“2013.mpp”); //template MPP file
xmlProject.CopyTo(mppProject); //copy to MPP template
mppProject.Save(“ConvertedXmlToMpp.mpp”, SaveFileFormat.MPP); //save as MPP
2.If using the Aspose.Tasks library, whether in the back-end for relevant logic calculation, such as Fixed Duration mode, if you change the end date, whether can use this library to calculate the Duration worth of change, of course, this is the most simple, if it involves multiple Task before and after the relationship changes, whether can you calculate the values of relevant fields.
I am looking forward to your reply to the above two questions.Thanks.