Trying to open the attached file, I get an exception:
Item has already been added. Key in dictionary: '4294967295' Key being added: '4294967295
Code is:
Aspose.Slides.Pptx.PresentationEx pex = new Aspose.Slides.Pptx.PresentationEx(inFile);
Can you help?