Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 错误:无法加载文件或程序集';Microsoft.ReportViewer.WebForms,版本=9.0.0.0_C#_Asp.net_.net 3.5_Reportviewer - Fatal编程技术网

C# 错误:无法加载文件或程序集';Microsoft.ReportViewer.WebForms,版本=9.0.0.0

C# 错误:无法加载文件或程序集';Microsoft.ReportViewer.WebForms,版本=9.0.0.0,c#,asp.net,.net-3.5,reportviewer,C#,Asp.net,.net 3.5,Reportviewer,我得到了这个与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 a

我得到了这个与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"/>
Description:处理此请求所需的配置文件时出错。请查看下面的特定错误详细信息,并适当修改配置文件。
分析器错误消息:无法加载文件或程序集“Microsoft.ReportViewer.WebForms,版本=9.0.0.0,区域性=中性,PublicKeyToken=b03f5f7f11d50a3a”或其依赖项之一。系统找不到指定的文件。

我也有类似的问题。查看页面指令和报告文件的bin目录。然后查看您的web.config。之后,你的应用程序应该可以正常编译