JavaScript runtime error – Sys WebForms.PageRequestManagerServerErrorException Value cannot be null.






Product Progress® Telerik® Reporting
Report Viewer ASP.NET Web Forms Report Viewer

Relates to the Legacy Report Viewer

The error is thrown when testing a Web Application in browser, run from Visual Studio 2013+.

0x800a139e - JavaScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Value cannot be null.  

Such error can occur if the Web application is Ajaxified.

BrowserLink is introduced in Visual Studio 2013. It can intersect AJAX calls, resulting in a JavaScript runtime error.

To test the application you can switch off BrowserLink from Visual Studio settings.

Using Browser Link in Visual Studio 2013 (source www.asp.net).

Read more here: Source link