Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not
Posted: Wed Dec 21, 2011 3:48 pm
I tried to load up Stimulsoft Reports Designer.Web using following code and got exeception:
Code:
StiReport report = new StiReport();
webReportDesigner.Design(report);
Exception:
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
Please let me know how to fix this.
Thanks
Alan
Code:
StiReport report = new StiReport();
webReportDesigner.Design(report);
Exception:
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
Please let me know how to fix this.
Thanks
Alan