Index was outside the bounds of the array
Multi platform library to read and write schedule data
Brought to you by:
joniles
I am getting this error on getting the reader (the second line)
ProjectReader reader = ProjectReaderUtility.getProjectReader(filePath);
ProjectFile projectFile = reader.read(filePath);
semethiong seems wrong in the file, but there is also an unhandled exception in the MPXJ library. I attach a sample file
I've fixed this - I'll check the code into CVS this evening and update the issue when it's available.
Cheers!
Jon
Hi,
the code now in CVS fixes this issue.
Jon