79471088

Date: 2025-02-26 21:45:47
Score: 0.5
Natty:
Report link

Given the exception stack trace, looks like the graphics subsystem is not properly initialized. When deserializing and instantiating the report, some of its properties try to initialize the graphics engine in order to determine some basic metrics like machine's DPI.

Since you run your report on AWS, by default Telerik Reporting will use Skia graphics engine, which requires installing the Telerik.Drawing.Skia NuGet package. Additionally, two other libraries must be installed:

Check the help article for more info: https://docs.telerik.com/reporting/getting-started/installation/dot-net-core-support#deploying-on-linux

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user1659955