Hi,
From time to time I get error during saving presentation as PPT. Issue happens randomly.
The strange thing is that when I replicate the issue (I use Debugger.Launch when Save throws exception) and execute Save method once more, it works w/o exception.
My app is multi-threaded. Does Aspose.Slides use any static resources?
at Aspose.Slides.GradientFormat.(IGradientFormat )
at Aspose.Slides. .(ILineFillFormat )
at Aspose.Slides.LineFillFormat.(ILineFillFormat )
at Aspose.Slides. .(ILineFormat )
at Aspose.Slides.LineFormat.(ILineFormat )
at Aspose.Slides. .rtjjzfbbfg6eqgb66mvby7b3ksz6huuh (IBasePortionFormat )
at Aspose.Slides. .rtjjzfbbfg6eqgb66mvby7b3ksz6huuh (IBasePortionFormat )
at Aspose.Slides.BasePortionFormat.(IBasePortionFormat )
at Aspose.Slides. .(IShape , )
at Aspose.Slides. .( )
at Aspose.Slides. .c66sdxeglzcfjxnsn7sz9npahp4yvacy ()
at Aspose.Slides. .( )
at Aspose.Slides. .( )
at Aspose.Slides. .( )
at Aspose.Slides. .( )
at Aspose.Slides. . ()
at Aspose.Slides. .()
at Aspose.Slides. .(Stream , ISaveOptions )
at Aspose.Slides.Presentation.Save(Stream stream, SaveFormat format,
ISaveOptions options)
at Aspose.Slides.Presentation.Save(String fname, SaveFormat format)
Thanks.