<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>
Hello Richard ,
Thank you for posting in our forum.
The Windows Azure fabric runs IIS 7.0 in integrated mode so in general setting the webconfig accordingly as in that article should suffice (http://help.infragistics.com/Help/NetAdvantage/Reporting/2013.1/CLR4.0/html/Configuring_Reporting_Under_IIS.html )
There’s an article that outlines how to deploy Infragistics Reporting in Windows Azure here:
http://ko.infragistics.com/community/blogs/mihail_mateev/archive/2011/12/27/deployment-of-applications-with-infragistics-reporting-in-windows-azure.aspx
the example is with the Silverlight reporting control but the steps for setting up the environments should be similar.
Could you check what is the response from the server when you try to load/export the report? You could check that in the development tools of the browser you’re using and track the requests and the responses from the server. It may contain further information on why the requests are failing.
I’m looking forward to your reply.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
<system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true">
<add name="ReportProcessorServiceModule" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1, Version=13.1.20131.1007, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
</modules>
<handlers>
<add name="IgReportingResourcesHandler" verb="*" path="*.igrResource" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1, Version=13.1.20131.1007, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
</handlers> </system.webServer>
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.
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
Thank you for your patience.
I am looking into this issue with high priority and will keep you posted of any developments.
After investigating the matter further I have asked our engineers to examine this behavior further. In order to ensure that the scenario receives attention, I have logged this issue in our internal system with an ID of 145297. The next step would be for a developer to review my investigation and offer additional information.
I will keep you posted of any developments. In the meantime, do not hesitate to contact me with any questions or updates.