Unable to load Project-2013 mpp's using the .net-wrapper ...
MPPReader aReader = new MPPReader();
aReader.setReadPresentationData(true);
aReader.setPreserveNoteFormatting(false);
ProjectFile aFile = aReader.read(FN); <<< exception
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei net.sf.mpxj.mpp.TimephasedDataFactory.getPlannedWork(ProjectCalendar , Date , Double , Byte[] , List )
bei net.sf.mpxj.mpp.ResourceAssignmentFactory.process(ProjectFile file, FieldMap fieldMap, FieldMap enterpriseCustomFieldMap, Boolean useRawTimephasedData, Boolean preserveNoteFormatting, VarMeta assnVarMeta, Var2Data assnVarData, FixedMeta assnFixedMeta, FixedData assnFixedData, FixedData assnFixedData2)
bei net.sf.mpxj.mpp.MPP14Reader.processAssignmentData()
bei net.sf.mpxj.mpp.MPP14Reader.process(MPPReader , ProjectFile , DirectoryEntry )
bei net.sf.mpxj.mpp.MPPReader.read(POIFSFileSystem fs)
bei net.sf.mpxj.mpp.MPPReader.read(InputStream is)
bei net.sf.mpxj.reader.AbstractProjectReader.read(String fileName)
I have checked code into CVS which I believe fixes this issue. Could you confirm please?
Jon
The example file works for me... haven't heard from the OP, so I'm going to close this.