作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在使用ReportViewer 11.0.0.0版的Visual Studio 2012中创建了一个小的Windows窗体应用程序。
应用程序目标框架是.NET 4.0,其部署方法是ClickOnce
它在我的PC上已安装,但在客户端计算机上,安装失败并显示错误
,应用程序要求首先在全局程序集缓存中安装程序集microsoft.reportviewer.processingObjectModel 11.0.0.0。
在客户端计算机上,我已经安装了
最佳答案
您缺少ProcessingObjectModel.dll文件,在gac程序集C:\windows\assembly\GAC_MSIL\Microsoft.ReportViewer.ProcessingObjectModel中找到版本11.0.0.0,并将其添加到bin目录中。
关于.net-4.0 - 该应用程序要求首先在全局程序集缓存中安装程序集microsoft.reportviewer.processingObjectModel版本11.0.0.0。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16476814/
当我尝试查看报告时: ReportViewer.ReportHost.LocalReport.SetParameters(pr); 我得到这个异常: Could not load file or as
我是一名优秀的程序员,十分优秀!