I have a .NET core 3.1 application that uses Stimulsoft net core 2022.1.5. When I try to save my report on my development windows machine the exported file is fine. But when I deployed that application to a linux (docker) machine, the exported PDF or Excel using "Load" operation failed with error "message: "Exceptions.GetReportError: Unable to find an entry point named 'GdipCloneFont' in shared library 'gdiplus.dll'."
Code: Select all
StiReport report = new StiReport();
report.Load(Path.Combine(Directory.GetCurrentDirectory(), "ReportTemplates", templateFile + ".mrt"));