BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
I just downloaded a trial version of Essential Studio v.13.2.0.29. Selected "Run Report Samples" from the Dashboard which loads reportsample_2013, press F5 to debug and got an error: "Report Viewer encountered some issues loading this report. Please click here to see the error details" which furthers reveals there is a NullReferenceException in Syncfusion.EJ.ReportViewer.ReportHelper.ReportLoad() when it tried to extract the Authorization header. string str2 = HttpContext.Current.Request.Headers["Authorization"]; string[] strArray = str2.Split(new char[] { '^' }); str2 is null here. So what has gone wrong? How to set the Authorization header in the Request header? | This error might be occurred due to referring latest script(ej.web.all.min.js) file with ourold Syncfusion.EJ.ReportViewer assembly in your application. We have changed the header authorization key name is “Authorization” to “ejAuthenticationToken“ in both script(ej.reportviewer.js) and Syncfusion.EJ.ReportViewer assembly from our Essential Studio Version(12.4.0.24) as shown in below code snippet.
So, we request you to use the same version of scripts and assemblies in your application. |