Can you help me?
Why can not I load the attached .mpp file?
TestImportErrorMPP.zip (29.9 KB)
License license = new License();
license.SetLicense("Aspose.Tasks.lic");
try
{
Project project = new Project("TestImportError.mpp");
}
catch (Exception e)
{
Console.WriteLine("Error: " + e.Message);
}
Error.png (90.2 KB)
Note: I created this file through aspose and made some changes in Ms-Project 2016.