I’m building an application that runs on both windows and macos.
This application converts .one 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 AsposeNote and the app is built in .net 6.
See code example:
AsposeNote.zip (279.6 KB)