by Mike.Sheen » Wed Jan 06, 2021 11:08 am
SBarnes wrote:Thanks,
The reason I was asking I was getting an exception when exporting the plugin "A generic error occurred in GDI+" which has never happened before.
Damn. That's because we're using System.Drawing.Image as the property type for storing the image in the business logic. We should be using a byte array.
System.Drawing.Image is notoriously hard to work with.
Logged
DEV-8545 to address this.
Mike Sheen
Chief Software Engineer
Jiwa Financials
If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution