Hello,
I receive an error: "‘System.StackOverflowException’ occurred in Aspose.Tasks.dll when loading the attached P6 XML (version 19.12).
Dim reader As PrimaveraXmlReader = New PrimaveraXmlReader(sFileName)
Dim listOfProjectUids As List(Of Int32) = reader.GetProjectUids()
If listOfProjectUids.Count > 1 Then
m_P6ProjList = New List(Of Integer)
Dim options As PrimaveraXmlReadingOptions = New PrimaveraXmlReadingOptions()
For i As Integer = 0 To listOfProjectUids.Count - 1
options.ProjectUid = listOfProjectUids(i)
'Dies HERE on line "m_prjIOProject = New Project(sFileName, options)" on the third iteration
m_prjIOProject = New Project(sFileName, options)
Next
End If
What is the problem?
Thanks,
SeanRBPM-29-SEP-21.zip (228.8 KB)