Hi,
Just got an upgrade to Aspose slides, so migrating from V18 upto V23.
However when saving the file, I get a null ref exception.
This problem looks like it was introduced in V22.5.0. ( As previous versions did not generate this exception)
Here is the exception generated from V23.10.0
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=Aspose.Slides
StackTrace:
at .(IMarker , , )
at .(IChartSeries , e , , )
at .(IChart , , )
at e.(IChart , , )
at e.(IChart , e , , )
at e.(IChart , , e )
at e.(IChart , , e )
at e.(IShape , , e , )
at e.(IGroupShape , , e , )
at .(IBaseSlide , , e )
at .(ISlide )
at .(e , ISlide , )
at .(Presentation , Stream , , IPptxOptions , InterruptionToken )
at Aspose.Slides.Presentation.(Stream , , IPptxOptions )
at Aspose.Slides.Presentation.Save(Stream stream, SaveFormat format, ISaveOptions options)
at Aspose.Slides.Presentation.Save(String fname, SaveFormat format)
at AsposeHelper.SlidesHelper.SavePresentationWithChecks(Presentation presentation, String fileName, Boolean launchOnComplete) in *****SlidesHelper.cs:line 715
Any help to what is possibly wrong would be gratefully recieved
Thank you
David Connell