Hi
in some cases when I execute this line of code:
project.Recalculate();
I get exception: “The added or subtracted value results in an un-representable DateTime”
before this line of code I set the start date of the project, and calculationmode is “none”, I have multiple tasks that have start and end date filled, and these tasks have tree structure and don’t have task relations.
Can you help me?