Presentation class throws an exception from constructor

Aspose.Slides.Presentation class throws an exception from constructor with attached PPT.

FileStream PptFile = new FileStream(“Test_Table.ppt”, FileMode.Open, FileAccess.Read);
Presentation presentation = new Presentation(PptFile); // <-- crashes here
PptFile.Close();


Dear x_ray_forever,

Thank you for reporting this bug, we will fix it as soon as possible.

Hello x_ray_forever,

We have fixed the problem. Please check attached new hot fix.