我有一个引用 Microsoft.ReportViewer.WebForms 版本 9.0.0.0 的 ASP.NET 应用程序,我改为引用版本 11.0.0.0 的 Microsoft.ReportViewer.WebForms。现在,当我在 2 台机器上运行我的应用程序时,出现以下错误
编译错误
说明:在编译服务此请求所需的资源期间发生错误。请查看以下特定错误详细信息并适当修改您的源代码。
编译器错误消息: CS0433:类型“Microsoft.Reporting.WebForms.ReportViewer”存在于“c:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll”和'c:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\11.0.0.0__89845dcd8080cc91\Microsoft.ReportViewer.WebForms.DLL'
我已确保我的 web.config 版本号中的所有位置都更新为 11.0.0.0