【问题标题】:Could not load file or assembly 'Microsoft.ReportViewer.ProcessingObjectModel,' ver 8无法加载文件或程序集“Microsoft.ReportViewer.ProcessingObjectModel”,版本 8
【发布时间】:2016-11-28 09:49:57
【问题描述】:

我在配置文件中安装了“Microsoft.Reportviewer”。作为

<add path="Reserved.ReportViewerWebControl.axd" verb="*"  
type="Microsoft.Reporting.WebForms.HttpHandler, 
Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,  
PublicKeyToken=b03f5f7f11d50a3a" validate="false" />`

但面临错误

无法加载文件或程序集“Microsoft.ReportViewer.ProcessingObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或其依赖项之一。系统找不到指定的文件。

有没有办法解决这个问题

【问题讨论】:

  • add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" -----在httphandeller下的web.config中添加了这个

标签: c# reportviewer microsoft-reporting


【解决方案1】:

请检查文件的版本。在 Visual Studio 中将属性特定版本设置为false。那应该行得通。

更多参考请查看这篇文章。

Could not load file or assembly 'Microsoft.IdentityModel.Clients.ActiveDirectory'

【讨论】:

  • 我在 IIS 上运行它
  • 在visual studio中,选择解决方案,在属性窗口中,将具体版本属性改为false。
猜你喜欢
  • 2019-01-10
  • 2017-12-25
  • 1970-01-01
  • 1970-01-01
  • 2017-10-15
  • 2020-05-09
  • 2018-10-04
  • 2020-11-11
  • 2013-11-14
相关资源
最近更新 更多