System.IO.FileNotFoundException:無法載入檔案或組件 'Microsoft.ReportViewer.WinForms, Version = 11.0.0.0' , Culture=neutral, PublicKeyToken = 89845dcd8080cc91' 或其相依性的其中之一。系統找不到指定的檔案查到 部署報表和 ReportViewer 控制項 這篇文章提到,需要這 5 個 dll 檔案
- Microsoft.ReportViewer.Common.dll
- Microsoft.ReportViewer.ProcessingObjectModel.dll
- Microsoft.ReportViewer.WebForms.dll
- Microsoft.ReportViewer.WinForms.dll
- Microsoft.ReportViewer.DataVisualization.dll
System.IO.FileNotFoundException:無法載入檔案或組件 'Microsoft.SqlServer.Types, Version = 11.0.0.0' , Culture=neutral, PublicKeyToken = 89845dcd8080cc91' 或其相依性的其中之一。系統找不到指定的檔案依樣畫葫蘆把 Microsoft.SqlServer.Types 也加入專案參考,ReportViewer 終於可以正常顯示,在 8 x 3 的標籤紙上列印出 3 張 QRCode,Orz
在 VS 中加入參考,是從 C:\Windows\assembly\GAC_MSIL 該路徑,找到上述的 dll 檔案
dll 檔案加入參考後,要把屬性中 [複製到本機] 設為 true,這樣 build 執行檔時,dll 才會放在 bin 資料夾內
- 參考資料
- 部署報表和 ReportViewer 控制項
- [C#][Winform]ReportViewer包裝在安裝檔中,而不用在client端安裝
- RDLC (二) 部署
- stackoverflow 討論 1、2
沒有留言:
張貼留言