I’m experiencing a random error with aspose.words. It’s random in the sense that it comes and goes, And I don’t know why it suddenly stops or why it suddenly begins.
I’ve tried updating aspose.words to the newest version (16.7), but that didn’t do much. It still throws the error once in a while. Also searched google for answers without any luck, as the stacktrace is not very helping.
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
at ?.()
at .(RectangleF , ?? , Int32 , DocumentBase )
at .(?? , Int32 , Single , DocumentBase )
at .( , ArrayList )
at . ? (?? )
at .( , ?? , Boolean )
at .(?? , ?? , Boolean )
at .( , ? , ? , ? , ? , Boolean )
at ? .? ? (? )
at ? .(ShapeBase )
at ? .(ShapeBase , ? )
at ? .( ? , Boolean )
at ? .( ? )
at ? .( )
at . ? ()
at .()
at .(? , ArrayList , ArrayList )
at .(? , ArrayList , ArrayList )
at .()
at ? . ? ? ( )
at ? .( ? )
at ? .( ? , ? )
at .( ? , ? )
at .?? ? ( ? )
at Aspose.Words.Document.(Stream , String , SaveOptions )
Hope anyone in here can tell me what this means. If i’m using aspose.words wrong or not. It’s hard to tell from that stacktrace.