Save File- Then Reopen. �Project 2013 Gantt chart� is changed

Save File, Then Reopen. “Project 2013 Gantt chart” is changed. The Code is:

ProjectReader reader = new ProjectReader();
Project project = reader.Read(filePath);
Task task = project.GetTaskById(taskId);
task.SetPercentComplete(progress);
try
{
project.Save(filePath, Aspose.Tasks.Saving.SaveFileFormat.MPP);
}
catch (TasksWritingException ex)
{
Page.ClientScript.RegisterStartupScript(this.GetType(), "", string.Format("", ex.LogText));
return;
}

Hi,

I was able to reproduce this issue at my end using Aspose.Tasks for .NET 5.7.0 and have logged it in our bug tracking system under issue id: TASKS-33414. Development team will look into it and once we have any information regarding the resolution of this issue, we'll update you here via this thread.

If you have any other query/inquiry regarding Aspose.Tasks, please feel free to post to us. We'll try to assist you further as soon as possible.

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


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

The issues you have found earlier (filed as ) have been fixed in this Aspose.Words for JasperReports 18.3 update.