I'm currently using SharePoint Foundation 2010 with SQL Server 2008R2 with the SharePoint RS add-in.
I have a report with a drilldown to another report. I can drill down correctly to the other report. But when I do the "go back to parent report" it will take me back to the parent report, but when I try to drilldown again to another
report, I get the following error. "Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response
filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html PUB'.
Line: 5
Char: 62099"
When I run this report in VS 2008 or Report Builder 3, I have no problems drilling down and back and forth.
I only have an issue when I deploy the report to SharePoint. I have also accessed the RDL directly outside of a webpart page, but still get the same error.
Wondering if anyone else is experiencing this issue?
View Complete Post