Deploying on iis
I deploy a WCF service that use FastReport.Net to IIS 6, I received the following error
The type initializer for 'FastReport.Report' threw an exception
It work correctly on IIS 7 (windows server 2008)
Sorry for bad Enghlish.
The type initializer for 'FastReport.Report' threw an exception
It work correctly on IIS 7 (windows server 2008)
Sorry for bad Enghlish.
Comments
You need to turn FastReport's webmode on. To do this, call the following line before you create an instance of Report:
FastReport.Utils.Config.WebMode = true;