Consistency of value registry is broken error when opening ppt file

Hi guys,

We’re using Aspose Slides .NET version 20.4 and receiving an error when opening and then saving the attached ppt file.

Error is
ProblemPresentation.zip (7.4 MB)

Consistency of value registry is broken

Code to duplicate :

Presentation pres = new Presentation(“C:\ProblemPresentation.pptx”);
pres.Save(“C:\OUTPUT.pptx”, Aspose.Slides.Export.SaveFormat.Pptx);

Thanks,
Daniel

@DanielNoacl,

I have tested using latest Aspose.Slides for .NET 20.4 and have not been able to observe any issue in accessing presentation. Are you sure, you are using Aspose.Slides for .NET 20.4. Please share the working sample project with us if there is still an issue.

https://i.imgur.com/GAk56Kq.png

Hi mate,

I just realized the error is occurring on the save operation, not the open. So the code to reproduce is

Presentation pres = new Presentation(“C:\ProblemPresentation.pptx”);
pres.Save(“C:\OUTPUT.pptx”, Aspose.Slides.Export.SaveFormat.Pptx);

Apologies. I’ve updated the original post to reflect this.
Dan

@DanielNoacl,

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-41902 has been created in our issue tracking system to further investigate and resolve 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 SLIDESNET-41902) have been fixed in this update.