I'm testing my application in c#
on the client 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 ran my application, I installed the following software on the client machine:
- Sql_server 2008 R2;
- ReportViewer 2008;
- NET.Framework_3.5_Windows_8.1;
- VisualBasicPowerPacksSetup;
But he still does not issue the report.