Hi,
Hi Calvin,
Thank you for contacting Aspose support team.
I have tried the scenario where task percentage complete is set to 100%. It is observed that task complete mark is displayed using MSP 2010. Could you please give a try to the following sample code and let us know the feedback? If issue is not resolved, please modify this simplified code to re-produce the issue.
Project proj = new Project(@“Blank2010.mpp”);proj.Set(Prj.NewTasksAreManual, false);
proj.Set(Prj.StartDate, new DateTime(2016, 5, 23, 8, 0, 0));
Task task1 = proj.RootTask.Children.Add("Task 1");
task1.Set(Tsk.Start, new DateTime(2016, 5, 23, 8, 0, 0));
task1.Set(Tsk.Duration, proj.GetDuration(16, TimeUnitType.Hour));
task1.Set(Tsk.PercentComplete, 100);
Task task2 = proj.RootTask.Children.Add("Task 2");
task2.Set(Tsk.Start, new DateTime(2016, 5, 23, 8, 0, 0));
task2.Set(Tsk.Duration, proj.GetDuration(16, TimeUnitType.Hour));
task2.Set(Tsk.PercentComplete, 100);
proj.Save(@"ProjectNet.mpp", SaveFileFormat.MPP);
Hi Kashif,
Hi Calvin,
Hi Kashif,
Hi Calvin,
The issues you have found earlier (filed as TASKSNET-1576) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi Kashif,
Hi Calvin,
Hi Kashif,
Hi Calvin,