I got System.OverflowException:Arithmetic operation resulted in an overflow. when loading a slide.
Tested OSs were Win7 and Win10
.NET target platform is .net 6.0
Using SDK: Aspose.Slides for .Net 24.3
Using file:
The presentation file you provided is password-protected. Aspose.Slides was not able to load the presentation. You should load the presentation as follows:
var loadOptions = new LoadOptions
{
Password = "***********"
};
using var presentation = new Presentation("123.PPTX.ZIP.ppt", loadOptions);
You can also check if the presentation is password-protected as follows:
@kngstr,
Thank you for your patience. I reproduced the error you described.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): SLIDESNET-44521
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you found earlier (filed as SLIDESNET-44521) have been fixed in Aspose.Slides for .NET 24.7 (ZIP, MSI, NuGet, Cross-platform).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.