1
I’m testing my app done on c#
on the customer machine, it works normally, my problem is only in printing the reports, when printing this generate this error:
Ocorreu uma exceção sem tratamento no aplicativo. Se você clicar em
continuar, o aplicativo ignorá esse erro e tentara continuar. S e Clicar
em Encerrar, o aplicativo será incerrado imediatamente.
Não foi possivel carregar arquivo ou assembly
"Microsoft.ReportViewer.WinForms, Version=11.0.0.0 Culture=neutral.
PublicKey Token=89845dcd8080cc91" ou uma de suas dependências.
O sistema não pode encontrar o arquivo especificado.
Before I have run my application, I installed in the client machine the following software:
- Sql_server 2008 R2;
- Reportviewer 2008;
- NET.Framework_3.5_Windows_8. 1;
- Visualbasicpowerpackssetup;
But he still won’t issue the report.
Check the platform of the reportviewer 64/32 bit. I do not use it, but in Crystal Reports it has this difference. You can in your project, put the reference to copy to the output directory as well, and send the dll to the application
– Rovann Linhalis
As for bits. I’ve checked is 32.
– António Mateta
you installed this: https://www.microsoft.com/en-us/download/details.aspx?id=6576 ??
– Rovann Linhalis
Yes I installed, in the description of the issue in question, it contains all the programs I installed for the client’s machine
– António Mateta
yes, I just asked to see if it’s the same described
– Rovann Linhalis
Make sure that Reportviewer’s DLL(s) is(not) in the client’s PATH or in Gac.
– Genos