I just updated my aspose.slides. now my program throws an exception opening a new instance. It complains that it is expecting a header that is a specific number, and not the header that is another number. "Invalid header signature; read 1688935826934608, expected 16220472316735377360" is the exact verbage. It was running before I updated. but the code looks like
Aspose.Slides.Presentation slide = new Aspose.Slides.Presentation ("C:\temp\mySlide.ppt")
I actually tried both .ppt and .pptx and both threw the same exception and message:
"Invalid header signature; read 1688935826934608, expected 16220472316735377360"
I need to be able to open both. I've attached the .ppt file.