Recently, when working with Aspose.Words 18.10.0, I am seeing:
System.MissingMethodException: 'Method not found: 'Aspose.Words.Drawing.Shape Aspose.Words.DocumentBuilder.InsertImage(SkiaSharp.SKBitmap, Double, Double)'.'
on my machine and on my UAT server, but not on my Azure service when calling a method which contains the above mentioned InsertImage call.
I’m referencing SkiaSharp 1.60.1 in the project, and it is in the bin folder. This previously used to work, but I think i had moved some files manually into the bin folder but did a clean and they were removed.
I’ve tried multiple versions of SkiaSharp and all appear to do the same.