I’m building an application that runs on both windows and macos.
This application converts svg to bmp.
On Windows (10) it works but on MacOs I get:
TypeInitializationException:The type initializer for ‘Gdip’ threw an exception.
We’re using the latest AsposeSvg and the app is built in .net 6.
See code example:
AsposeSvg.zip (106.3 KB)