I have an ASP.NET Core 6 application I am trying to deploy. We are using the SyncFusion FileFormat libraries to build and print Word docs, as well as convert them to PDF. Upon deploying to a test region, I received an exception:
System.TypeInitializationException: The type initializer for 'Gdip' threw an exception.
---> System.PlatformNotSupportedException: System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more information.
Now, I have done research enough to know and understand the message. However, I am installing it on a Windows Server 2019 box running IIS. There aren't any "non-Windows" environments anywhere in our organization. I have each project set to target Windows, as we have no need for anything else. I am at a