I get this error when I view report : Unknown report server error.
in detail is says : Internal Server Error
when I try this : http://localhost:50376/ReportService1.svc
I get this error : There is no service behavior named 'ReportProcessorServiceBehavior'.
Line 139: </extensions> Line 140: <services> Line 141: <service behaviorConfiguration="ReportProcessorServiceBehavior" Line 142: name="Infragistics.Reports.Server.ReportProcessorService"> Line 143: <endpoint address="soapAddress" behaviorConfiguration="SilverlightFaultBehavior"
I upgraded to 14.1 sr 2008, it Works now
Any news about missing print button in IE 11
Found the problem, was missing 3 dll
InfragisticsWPF4.Reports.Controls.Common.v13.1.dllInfragisticsWPF4.Reports.Controls.Charts.XamDataChart.v13.1.dllInfragisticsWPF4.Reports.Controls.DataVisualization.v13.1.dll
I still have problem with IE 11
The problem above is in a WebForm
I have another problem viewing the same report in MVC 4 project
When viewing the report I get this error
System.NullReferenceException: Object reference not set to an instance of an object. at Infragistics.Reports.Engine.ServiceModelMefDiscoverer.Initialize(IServiceModelManager serviceModel) at Infragistics.Reports.Engine.ServiceModelBuilder.Setup(IServiceModelConfiguration configuration) at Infragistics.Reports.Server.ReportProcessorService.ServiceModelFacade.CreateServiceModel(Uri serverUri, ReportSource reportSource, IDictionary`2 settings) at Infragistics.Reports.Server.ReportProcessorService.ServiceModelFacade..ctor(Uri serverUri, ReportSource reportSource, IDictionary`2 settings) at Infragistics.Reports.Server.ReportProcessorService.CreateSessionForReport(ReportSource reportSource, IDictionary`2 settings)
I only get this error when the project is deployed to the webserver
I get no error when run local
I found the problem I was missing a handler definition under system.webServer in the config file
<add name="ReportResourceHandler" path="*.igrResource" verb="*" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1, Version=13.1.20131.1007, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />