Aspose.Tasks Index was outside the bounds of the array

When we import the attached MPP file, we are getting “Index was outside the bounds of the array”

       static void Main(string[] args)
        {
            new Aspose.Tasks.License().SetLicense("Aspose.Tasks.lic");
            string fileName = @"TRACERS 20201225 - SwRI V2.2.mpp";
            using (FileStream fs = File.OpenRead(fileName))
            {
                Project project;
                try
                {
                    project = new Project(fs);
                }
                catch (Exception exception)
                {
                    Console.WriteLine(exception.Message);
                }
            }
        }

TRACERS 20201225 - SwRI V2.2.zip (1.0 MB)

1 Like

@jeneeleenlumawig

We have created an issue with ID TASKSNET-10286 in our issue tracking system after observing the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as TASKSNET-10286) have been fixed in this update.