Test_msp2016.zip (141.6 KB)
Hi,
When loading and immediately saving the attached file Test_msp2016.mpp with Aspose Java, the file gets corrupted and all task names disappear (result in file Test_msp2016_aspose.mpp).
Java code:
Project asProject = new Project("c:\\temp\\Test_msp2016.mpp"); System.out.println("MPP file loaded."); asProject.save("c:\\temp\\Test_msp2016_aspose.mpp", SaveFileFormat.MPP);
FYI, the MPP file is in MSP 2016 format.
Is there any problem with the file or is it an Aspose Tasks Java issue?
Thanks!