Segmenting of Tasks is getting lost when loading a XML into a MPP

I have a .XML (Created with MS-Project 2013) … containing 3 segmented tasks …

if i convert the .XML to .MPP using current the Aspose Version the segmentation is getting lost.

Project aInFile = new Project(FN);
aInFile.CalculationMode = CalculationMode.Manual;
// copy template mpp to dest.-filename File.Copy(Path.Combine(System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), “Empty.mpp”), FNOut, true);
// open dest. mpp
Project aOutFile = new Project(FNOut);
// Copy everything from the XML to the MPP
aInFile.CopyTo(aOutFile);
aOutFile.CalculationMode = CalculationMode.Manual;
// Store the MPP
aOutFile.Save(FNOut, aFormat);

Hi,


Thank you for contacting Aspose support team.

This source XML file is converted to MPP file and issue is observed where splitted tasks are lost. This issue is logged under Id: TASKS-34242 in our issue tracking system for further investigation by the product team. I shall write here as soon as some feedback is received in this regard.

The issues you have found earlier (filed as TASKS-34242) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.