You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using MvcReportViewer package to display reports, it works fine for most of the reports.
But for the few ones, i am unable to traverse between pages, when clicked on pagination buttons, console shows below error.
Uncaught Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 400
at Function.Error$create [as create] (ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQthdS7zp6OCyj6GR0w-Lik7Uzl_P4pGgZXfKPcUtPljmDPqVPggzYpTGZh3YpbX5_yIN7bwt-S0l45_JURrvLv9FyzfddJB0X0EQ73zGWf_MtkAL1l-Z00raz6LhYjkP6Ba9-bAHGfgjcN2sb3aXZEU1&t=ffffffffcc58dd65:237)
at Sys$WebForms$PageRequestManager$_createPageRequestManagerServerError [as _createPageRequestManagerServerError] (ScriptResource.axd?d=JnUc-DEDOM5KzzVKtsL1tdwbxYIz_imuSYaJzcTNcTALS-10aHwoFxr0JO2ffws0o6gC_vBLz0JxXYjPH-bxQmK-1qmS5KltCJTTpmSajomgQDwCTnBgzZAwfl6bSKCmSn_T3U9wiO12VNAdIzqvts8rG-5BMqCwuMmp1lLdycdG2miAHQTmDBPEtPsQhi7M0&t=ffffffffcc58dd65:656)
at Sys$WebForms$PageRequestManager$_onFormSubmitCompleted [as _onFormSubmitCompleted] (ScriptResource.axd?d=JnUc-DEDOM5KzzVKtsL1tdwbxYIz_imuSYaJzcTNcTALS-10aHwoFxr0JO2ffws0o6gC_vBLz0JxXYjPH-bxQmK-1qmS5KltCJTTpmSajomgQDwCTnBgzZAwfl6bSKCmSn_T3U9wiO12VNAdIzqvts8rG-5BMqCwuMmp1lLdycdG2miAHQTmDBPEtPsQhi7M0&t=ffffffffcc58dd65:1311)
at Array.<anonymous> (ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQthdS7zp6OCyj6GR0w-Lik7Uzl_P4pGgZXfKPcUtPljmDPqVPggzYpTGZh3YpbX5_yIN7bwt-S0l45_JURrvLv9FyzfddJB0X0EQ73zGWf_MtkAL1l-Z00raz6LhYjkP6Ba9-bAHGfgjcN2sb3aXZEU1&t=ffffffffcc58dd65:47)
at ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQthdS7zp6OCyj6GR0w-Lik7Uzl_P4pGgZXfKPcUtPljmDPqVPggzYpTGZh3YpbX5_yIN7bwt-S0l45_JURrvLv9FyzfddJB0X0EQ73zGWf_MtkAL1l-Z00raz6LhYjkP6Ba9-bAHGfgjcN2sb3aXZEU1&t=ffffffffcc58dd65:3484
at Sys$Net$WebRequest$completed [as completed] (ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQthdS7zp6OCyj6GR0w-Lik7Uzl_P4pGgZXfKPcUtPljmDPqVPggzYpTGZh3YpbX5_yIN7bwt-S0l45_JURrvLv9FyzfddJB0X0EQ73zGWf_MtkAL1l-Z00raz6LhYjkP6Ba9-bAHGfgjcN2sb3aXZEU1&t=ffffffffcc58dd65:6376)
at XMLHttpRequest.Sys$Net$XMLHttpExecutor._onReadyStateChange (ScriptResource.axd?d=D9drwtSJ4hBA6O8UhT6CQthdS7zp6OCyj6GR0w-Lik7Uzl_P4pGgZXfKPcUtPljmDPqVPggzYpTGZh3YpbX5_yIN7bwt-S0l45_JURrvLv9FyzfddJB0X0EQ73zGWf_MtkAL1l-Z00raz6LhYjkP6Ba9-bAHGfgjcN2sb3aXZEU1&t=ffffffffcc58dd65:5996)
How to solve this?
The text was updated successfully, but these errors were encountered:
I have been using MvcReportViewer package to display reports, it works fine for most of the reports.
But for the few ones, i am unable to traverse between pages, when clicked on pagination buttons, console shows below error.
Uncaught Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 400
How to solve this?
The text was updated successfully, but these errors were encountered: