Hello,I am experiencing a TasksReadingException for a Mpp file when the task project is being created. I have attached the code where it fails, the exception log and the file is Here:
https://qa1.e-builder.net/da2/documents/FolderList.aspx?FolderID=%7bfa142a3d-c6e6-4492-a6a8-33a103f99896%7d&FormsTabOn=1#
-------------------------------------------------------------------------------------------------------------------
If fileExtension = ".mpp" Then
Dim project As Aspose.Tasks.Project
Dim filePath As String = System.Configuration.ConfigurationManager.AppSettings("DataStorePath") & "\Temp" & "\" & ViewState("strFileName")
project = New Project(filePath) <---Fails
-------------------------------------------------------------------------------------------------------------------
Aspose.Tasks.TasksReadingException ("Project reading exception.")
LogText:
Aspose.Tasks for .NET 9.4.1.0 version.Reading project data in 'MPP14' format, created by 'MSP2013' started.Reading project's calendars information started.Calendar with UID ='1' was read successfully.Calendar with UID ='2' was read successfully.Calendar with UID ='3' was read successfully.Reading calendars finished.Reading common project data started.Reading common project data finished.Reading WBS Code Definition startedReading WBS Code Definition finishedReading project's outline codes started.Reading project's outline codes finished.Reading task extended attribute definitions started.Reading task extended attribute definitions finished.Reading resources extended attributes definitions started.Reading resources extended attributes definitions finished.Reading assignments extended attributes started.Reading assignments extended attributes finished.Reading project's tasks started.Reading tasks variable data started.Reading tasks variable data finished.Reading tasks fixed data started.Reading tasks fixed data finished.Reading task with UID ='0' started.Task with UID ='0' was read successfully.Reading task with UID ='1' started.Task with UID ='1' was read successfully.Reading task with UID ='2' started.Task with UID ='2' was read successfully.Reading task with UID ='3' started.Task with UID ='3' was read successfully.Reading task with UID ='4' started.Task with UID ='4' was read successfully.Reading project's tasks finished.Building tasks tree started.Building tasks tree finished.Reading task links started.