Extended Attribute not being saved with new document

We are trying to save one Project File to another new file and at least one of the attributes is not being saved. We are using 9.3.0. We placed the following code in a simple console app and tried to save the attached file. The two images attached show the results.


AsposeLicense.LoadLicense();
Project project = new Project(@“C:\TEST2_CostPlus_PROJECT_EST_JAMESM_MANUAL.MPP”);
project.Save(@“C:\output.mpp”, SaveFileFormat.MPP);

Hi Sherri,

Thank you for posting your inquiry.

We were able to reproduce this issue at our end and have logged it as TAKSS-34560 in our issue tracking system for further investigation by our Product team. We’ll notify you here once there is some update or fix version available in this regard.