Hi,
I'm working on crystal report using Visual Studio 2010. It is working and tested on the latest versions of Chrome, Firefox and IE11. But when I view and test it on Internet Explorer 6, it stops after clicking Export or Download button.
The Crystal Report only contains standard text and, the message above the control is just for testing purposes, if the user is using lower versions of IE.
I installed CRforVS_13_0_8.exe for Crystal Report for VS2010;
On the web.config, I tried changing the version number from 13.0.2000.0 to13.0.8000.0 but it doesn't work also.
<sectionGroup name="businessObjects"><sectionGroup name="crystalReports"><section name="rptBuildProvider" type="CrystalDecisions.Shared.RptBuildProviderHandler, CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, Custom=null" /><section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" /></sectionGroup></sectionGroup>
UPDATE!
I found where the problem was. It was on the css, .clear2{clear:both} and.menuShadow{display:none!important}
I managed to remove and restyle the page.