整理錯誤集。某一天在啓動項目的時候,出現了未能加載文件或程序集 Microsoft.ReportViewer.ProcessingObjectModel, Version=10.0.0.0錯誤
爲了防止下次還會出現這樣的問題。記錄一下,產生問題的緣由和解決的方法。windows
在系統內註冊或在Bin下找不到這個dll。(Microsoft.ReportViewer.ProcessingObjectModel.dll)。服務器
注意:
Microsoft.ReportViewer.ProcessingObjectMode.dll文件能夠在你安裝過 MicrosoftReportViewer 2010 SP1 Redistributable的開發機上的c:\windows\assembly目錄內找到。
code