Hi,
When I try and open MPP file created with MSP 2016 I get the following error: “Arithmetic operation resulted in an overflow.”
I am using the following sample code:
namespace AsposeTests
{
internal class Program
{
static void Main(string[] args)
{
var project = new Aspose.Tasks.Project(@"testproject.mpp");
}
}
}`
Details:
- Visual Studio 2022
- .NET 4.8
- Windows 11
- Microsoft Project Professional 2016 (version 2206, build 15330.20230)