I am using crystal report in windows azure .The project is working well in my local system,but while deployed to azure it is giving me the following error.
- {
- "Message": "An error has occurred.",
- "ExceptionMessage": "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.",
- "ExceptionType": "System.TypeInitializationException",
- "StackTrace": " at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()\r\n at .....
-
- }
I have already tried a lot of things and unable to solve the problem.I have also did the following thing given in below link
http://www.britishdeveloper.co.uk/2012/01/crystal-reports-on-azure-how-to.html
but i did not found any result.
So lastly i am writting in this forum and expecting some solution from the members.