Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Microsoft report (rdlc) is not working on Windows 7 64 Bit.
I got an error message

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at BillingSystemVersion1._0.FrmPrintSalesInvoice.InitializeComponent()
at BillingSystemVersion1._0.FrmPrintSalesInvoice..ctor()
at BillingSystemVersion1._0.FrmSalesInvoice.BtnInvoiceClick(Object sender, EventArgs e)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Any solutions.......????
Posted
Comments
bluesathish 19-Aug-13 2:34am    
Its seems to be your framework corrupts, Reinstall Framework and try again.

Your exception says it all,your system don't find that dll.So you need to find or download it and then add a reference of Microsoft.ReportViewer.WinForms 10.0 version dll to get it work.
 
Share this answer
 
v2
Installed Microsoft Report Viewer Redistributable Package on 64 bit OS.
RDLC report working perfectly.
 
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