TimephasedResourceAssignments with negative TotalWork
Multi platform library to read and write schedule data
Brought to you by:
joniles
In one of my projects, I am finding a number of tasks that have some TimephasedResourceAssignments with negative work values. In some cases, the negative value seems to negate all the values from the preceding TimephasedResourceAssignments (e.g. 8, 8, -16). But with others, this is not the case.
In MS Project, these negative values do not display, nor do they get exported to XML. So not sure if Project is handling in the UI, or if the reading of the timephased data from the mpp is a problem.
I\'m attaching both a representative mpp file (names changed), and a text file with a list of all the tasks that have these negative timephased values.
Zip with MSP 2010 mpp and txt file with task ids that have negative values
The code now in CVS fixes this issue.