You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I try to run FastReport in a RedHat Linux container I am getting the following error
{
"title": "Server Error",
"status": 500,
"detail": "One or more errors occurred. (The type initializer for 'FastReport.Report' threw an exception.)",
"errors": null
}
I'm using FastReport Community with .Net 8.0
Can anyone help?
The text was updated successfully, but these errors were encountered:
To work correctly, you need the following packages
HarfBuzzSharp.NativeAssets.Linux
SkiaSharp.NativeAssets.Linux.NoDependencies
Make sure you have them.
I will also attach a docker file. Dockerfile (5).txt
i use mac os have same problem. I use FastReport.Core.Skia.Demo and FastReport.OpenSoure.Export.PdfSimple is have bug version CS0012: The type 'ExportBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'FastReport, Version=2024.2.1.0, Culture=neutral, PublicKeyToken=5ceb240df42bf6e8'. ( i am fix test Not use PDFSimpleExport and use baseexport result is "" null )can help me or Which nuget do I need to install?
Describe the bug
When I try to run FastReport in a RedHat Linux container I am getting the following error
{
"title": "Server Error",
"status": 500,
"detail": "One or more errors occurred. (The type initializer for 'FastReport.Report' threw an exception.)",
"errors": null
}
I'm using FastReport Community with .Net 8.0
Can anyone help?
The text was updated successfully, but these errors were encountered: