1
Problem
I have several reports Report Services Client that when I try to print happens 2 possible errors:
If not installed the rsclientprint.dll the following message appears when I try to print the report:
If the rsclientprint.dll and its modification date is 2009 the browser IE stops responding when I try to print the report.
Remarks
When is installed the rsclientprint.dll 2010, works normally.
I don’t want solutions like:
Permitir o Download de Active X habilitado
orAdicionar a página aos sites confiáveis do IE
.On the server works normally printing, the problem only occurs when I try to print remotely from any other machine.
Is there any other way I can make the printing work without rsclientprint.dll? Or is it possible to control for it to always install the 2010
?
From the information you showed, the error is in the same dll linkage (hence the runtime error). I was just wondering: what’s wrong with using the 2010?
– Lucas Lima
The component is automatically installed by the browser, however time it installs 2009 files and time it installs 2010 files.. simply random. And when it gets installed the 2009 problem. It is impossible to send the 2010 files and try to teach all my lay users (+ 50) how to exchange the files and the problem will continue with new users.
– Maicon Carraro
I found 2 links that can help generate an installation package: http:/juliobattisti.com.br/tutorials/herbertgois/programandocsharp025.asp and http://techne.cesar.org.br/gerando-pacote-de-instalacao-no-visual-studio-2008/
– Rogerio Azevedo