<system.web><httpHandlers><add path="*.igrResource" verb="*" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v12.2, Version=12.2.20122.2040, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxx" validate="false" /></httpHandlers><httpModules><add name="ReportProcessorServiceModule" type="Infragistics.Reports.Server.ReportProcessorServiceModule, InfragisticsWPF4.Reports.Server.v12.2, Version=12.2.20122.2040, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxx" /></httpModules><customErrors mode="RemoteOnly" /></system.web>
<system.webServer><validation validateIntegratedModeConfiguration="false" /><modules runAllManagedModulesForAllRequests="false" /><handlers><add name="IgReportingResourcesHandler" verb="*" path="*.igrResource" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v12.2, Version=12.2.20122.2040, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxx" /></handlers>
</system.webServer>
Thank you so much for your help so far.
I made the changes you suggested and I still have issues. My site does work locally just not on Azure. I have confirmed that all the appropriate WPF and Server files are in the "bin" folder in my Azure deployment.
My system.webServer node is now:
<system.webServer> <modules> <add name="ReportProcessorServiceModule" type="Infragistics.Reports.Server.ReportProcessorServiceModule, InfragisticsWPF4.Reports.Server.v13.1" /> </modules> <handlers> <add name="IgReportingResourcesHandler" verb="*" path="*.igrResource" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1" /> </handlers> </system.webServer>
One note, when I click on Export, the images do not show up on the buttons (see attachment below). I wonder if this provides some clue as to the core issue. When I do click on PDF (or whatever format), I see the spinner but it never resolves and just hangs.
Hello Richard ,
It seems that there’s a problem with the image you attached. Could you try zipping and attaching it again so that I may see it?
Thank you for your cooperation.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://www.infragistics.com/support
Here is the screen capture described in the earlier post.
Hello Richard,
Could you try adding all of the assemblies to your deployed project that start with InfragisticsWPF4.Reports.Controls like :
InfragisticsWPF4.Reports.Controls.Charts.XamDataChart.v13.1.dll
InfragisticsWPF4.Reports.Controls.Common.v13.1.dll
InfragisticsWPF4.Reports.Controls.Editors.XamColorPicker.v13.1.dll
InfragisticsWPF4.Reports.Controls.Editors.XamSlider.v13.1.dll
InfragisticsWPF4.Reports.Controls.Menus.XamDataTree.v13.1.dll
InfragisticsWPF4.Reports.Controls.Menus.XamMenu.v13.1.dll
InfragisticsWPF4.Reports.Controls.DataVisualization.v13.1.dll
And also:
InfragisticsWPF4.Reports.Server.v13.1.dll
InfragisticsWPF4.Reports.v13.1.dll
InfragisticsWPF4.Reports.Pdf.v13.1.dll
InfragisticsWPF4.Reports.Excel.v13.1.dll
InfragisticsWPF4.Reports.Client.v13.1.dll
InfragisticsWPF4.Models.Data.v13.1.dll
InfragisticsWPF4.Models.Presentation.v13.1.dll
Let me know if you’re still experiencing issues after adding all of those assemblies.
I'm not sure how this might fix the problem since the reports to print and export properly when run locally without these references but I'll give it a shot.
I do not have any 13.1 files that match the mask "InfragisticsWPF4.Reports.Controls.Editors.Xam*". All the WPF4 Xam files I have, except for "InfragisticsWPF4.Reports.Controls.Charts.XamDataChart.v13.1.dll" start with "InfragisticsWPF4.Controls.Editors.Xam" or "Calculations"... so I don't have:
I do have all the other files you have listed referenced and can confirm they are in the Azure\bin folder. For completeness, I'll list them:
InfragisticsWPF4.Controls.Reports.v13.1.dll
InfragisticsWPF4.Reports.Controls.Common.DataVisualization.v13.1.dll