API developed on Windows OS works, but deployed to AWS getting Skia package dependency error

0 Answers 4 Views
.NET Core General Discussions
Trudy
Top achievements
Rank 1
Trudy asked on 21 Jan 2026, 01:35 PM

just need to confirm if I have to add the Telerik.Drawing.Skia package to my C# .NET Core (9.0) API to fix the error I'm getting when I test the Telerik Swagger endpoints after we deployed to AWS. The container is AWS Linux.

 

This is the error I'm seeing when I use the swagger endpoints that do not need any parameters set, like

https://reportsapi.qa.epidev.net/api/Reports/configuration
https://reportsapi.qa.epidev.net/api/Reports/clients/sessionTimeout

etc.

{
"message""An error has occurred.",
"exceptionMessage""Cannot load assembly Telerik.Drawing.Skia. Make sure it is accessible in the current application domain.",
"exceptionType""DrawingFactoryUnavailableException",
"stackTrace": null
}

No answers yet. Maybe you can help?

Tags
.NET Core General Discussions
Asked by
Trudy
Top achievements
Rank 1
Share this question
or