I have created a web api where i have integrated a crystal report.On a particular api call i am creating a report and sending to user mail.It works fine in locally but where uploaded to azure it shows me the following error.
{
"Message": "An error has occurred.",
"ExceptionMessage": "Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at .............................
}
Debendra Dash