I developed a c# Web Application with Visual Studio
.NET Framework 4.5.2
This application reads an rpt file, set dataset and save exported pdf in a folder.
Debugging my program locally works perfectly (I installed the Crystal Report for Visual Studio)
Publishing my application and putting it on my server (Windows Server 2019) I get the "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception" Exception.
I tryied do download the Runtime from this page
I tryied to publish the application in 64bit CPU
In my application property I have these references:

but i get the same error. I have no idea what I have to do now.
Can you help me?
