Upgrading from slides 4.1.1.0 to 5.8.0.0 and I’m seeing an issue with OleObjectFrames in our unit tests, basically for .PPT files with charts the objectdata for them is NULL.
Its working fine for PPTX using OleObjectFrameEx.
ASP.Presentation pres = new ASP.Presentation(“mypresentation.ppt”);
ASP.Slide sld = pres.Slides[0];
ASP.OleObjectFrame oof = (ASP.OleObjectFrame)sld.Shapes[0];
oof.ObjectData == null
Any ideas why we’re seeing this?
(note just tried 5.9.0.0 quickly and I’m seeing the same issue 5.9.0.0)
Hi,
I have worked with the presentation file shared by you and have observed the issue while using Aspose.Slides for .NET 5.8.0 and 5.9.0. However, I am able to get the object data using Aspose.Slides for .NET 5.7.0. Can you please use the specified version for the time being. An issue with ID SLIDESNET-33197 has been created to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.
We are sorry for your inconvenience,
OK, thanks for the prompt response, I’ll continue testing with 5.7