【发布时间】:2017-12-25 16:54:53
【问题描述】:
使用带有 rdlc 的 MVC5 生成 pdf,它在 localhost 中工作正常,但是当我尝试生成报告时将应用程序部署到服务器时,它会出现一些缺少某些组件的错误.....
“/webapp”应用程序中的服务器错误。
Could not load file or assembly 'Microsoft.ReportViewer.ProcessingObjectModel,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its
dependencies. The system cannot find the file specified.
到目前为止安装在
网络服务器 iis 2012
1- SQLSysClrTypes 2- 报表查看器
重启服务器后仍在打印报告服务器错误
【问题讨论】:
-
你能在你的 web 应用 bin 文件夹中看到这个程序集吗?
-
是的,我看到有报告查看器,@DavitTvildiani 我已经安装了,我在我的问题中列出了
标签: c# pdf iis rdlc asp.net-mvc-5