outline number is null when opening Project 2003 MPP file
Multi platform library to read and write schedule data
Brought to you by:
joniles
The latest CVS head version 4.3.0 crashes with a NullReferenceException when trying to read the supplied file.
The task [Task id=17 uniqueID=5 name=Anfangnichtfrüherals] has no outline number.
The MPP can be read by MS Project though.
call
new MPPReader()).read(fileName);
to reproduce the problem.
The crashing mpp file
The code now in CVS fixes this issue.
Jon