Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
Posted
Comments
Anisuzzaman Sumon 12-Nov-15 10:11am    
Show some code. check where you place your .rdlc report.It seems that reportviewer could not find your report.

Show some code. check where you place your .rdlc report.It seems that reportviewer could not find your report.
 
Share this answer
 
Is this in development or post implementation?

If this is a click once deployment and the error is post implementation then you set the report viewer as a prerequisite so it is downloaded prior to the application launch if I remember correctly. This may have changed since my last project using report viewer though...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900