I am getting this error that is related to ReportsViewer. I need to eliminate all references to this library. So where do I need to start deleting the references?
我得到了与ReportsViewer相关的错误。我需要消除对这个库的所有引用。那么,我需要从哪里开始删除引用呢?
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
<add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
1 个解决方案
#1
2
I had a similar issue. Look at your page directives and the bin directory for a Report file. Then look in your web.config. Your app should compile fine after that.
我有一个类似的问题。查看您的页面指示和报表文件的bin目录。然后看看你的web.config。在那之后,你的应用程序应该可以编译。
#1
2
I had a similar issue. Look at your page directives and the bin directory for a Report file. Then look in your web.config. Your app should compile fine after that.
我有一个类似的问题。查看您的页面指示和报表文件的bin目录。然后看看你的web.config。在那之后,你的应用程序应该可以编译。