Having problems with deploying CORE web application which uses Reporting tools to linux web app (PremiumV2:
3 Small)
Locally everything works fine.
When opening page containing reportDesigner seeing development error, in log error is following:
System.TypeInitializationException: The type initializer for 'DevExpress.XtraPrinting.BrickStylethrew an exception.
---> System.TypeInitializationException: The type initializer for 'Gdip' threw an exception. ---> System.DllNotFoundException: Unable to load shared library libdlor one of its dependencies. In order to help diagnose loading problems, consider setting
the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory
Tried to set :
DevExpress.Utils.AzureCompatibility.Enable = true;
but this caused all web application to case errors.
Please
advise how to fix this problem