We have a problem with Windows 7 in combination with IE 10 and printing reports. When we print a report from the Report Manager 'http:///reports' the browser crashed . But Windows 7 with different IE versions have no problem. I tried the report manager from SQL Server 2005 . Microsoft SQL Server Reporting Services Version 9.00.4035.00
The event log shows these message
Faulting application name: IEXPLORE.EXE,
version: 10.0.9200.16736,time stamp: 0x5258c4cc
Faulting module name: RSClientPrint.dll,version: 2005.90.4035.0, time stamp: 0x492b18a3
Exception code: 0xc0000005
Fault offset: 0x0001741e
Faulting process id: 0x530
Faulting application start time: 0x01cee51eb59fe612
Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
Faulting module path: C:\Windows\Downloaded Program Files\RSClientPrint.dll
Report Id: f6fae729-5111-11e3-bbba-000c29735f93
And I have tried these solutions
1.Updated SQL server with
- Microsoft Report Viewer 2008 SP1 Redistributable Report Viewer Redistributable 2008 Service Pack 1 GDIPLUS.DLL Security Update
2.Deploy the control manually
Extract the files From C:\Program Files\Microsoft SQL
Server\MSSQL.3\Reporting Services\ReportServer\bin\rsclientprint.cab and copies those files to Windows\Downloaded Program Files\then Register RSClientPrint.dll by opening a command line regsvr32 RSClientPrint.dll
But those Solutions not worked.
Is there alternative solution for fix this problem