Just noticed that when creating a new MPP file using
// create a new project and try and set anything we can to Today to try and stop MSP showing a start date of 1984
Aspose.Tasks.Project project = new Aspose.Tasks.Project();
project.Set(Prj.StartDate, dtNow);
project.Set(Prj.CurrentDate, dtNow);
project.Set(Prj.StatusDate, dtNow);
project.Set(Prj.NewTaskStartDate, TaskStartDateType.CurrentDate);
project.Set(Prj.ScheduleFromStart, true);
project.Set(Prj.FinishDate, dtNow.AddDays(1));
project.CalculationMode = CalculationMode.Automatic;
Every day is set to non-working in the standard calendar. This is happening in 22.10.0 and 22.11.0 This did not used to happen with versions from over a year ago?
How do I restore Monday to Friday as working days in the standard calendar - or is this a bug.
The 24 hours and nightshift calendars still have working days