Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have many SSRS report deployed in Developer environment. One of them is called master report is not able to get into ReportViewer control in ASP.NET. I added ScriptManager. This report can be viewed directly without any error but why not on ReportViewer? All other report working fine.

Error I am getting is "JavaScript Runtime error: JavaScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500"

When I verified Log file in server, I found below error logged.

ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: Report server extension SSIS does not implement IExtension interface., Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;
extensionfactory!ReportServer_0-11!180c!02/18/2015-01:16:11:: e ERROR: Exception caught instantiating SSIS report server extension: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.
at Microsoft.ReportingServices.Diagnostics.ExtensionClassFactory.CreateAndInitializeExtensionInstance(Extension extConfig).

I browsed in google but did not get any satisfactory solution.

Kindly help
Posted
Updated 19-Feb-15 2:00am
v2

1 solution

Error was, One of the input parameter was sending XML data to Report. Since any input in tag(<something>) is considered as potentially dangerous, It was throwing error. I need to disable this securuty check in aspx page's Register tag. and version change in web.configue :)

VB
https://msdn.microsoft.com/en-us/library/vstudio/hh882339(v=vs.100).aspx,
http://www.asp.net/whitepapers/aspnet4/breaking-changes
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900