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