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);