zoukankan      html  css  js  c++  java
  • microsoft Report view项目部署出错

    RDLC报表部署时服务器缺少DLL,错误提示:
    “An error occurred during local report processing.
    The definition of the report 'Main Report' is invalid.
    An unexpected error occurred in Report Processing.
    未能加载文件或程序集“Microsoft.ReportViewer.ProcessingObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一个依赖项。系统找不到指定的文件。”

    以前处理是找到以下3个dll文件:
    1) Microsoft.ReportViewer.Common.dll
    2) Microsoft.ReportViewer.WebForms.dll
    3) Microsoft.ReportViewer.ProcessingObjectModel.dll

    前两个都可以在C:\Program Files\Microsoft Visual Studio 2005\ReportViewer 中找到,第三个怎么也找不到。
    现在只需下载Report VIewer 安装到客户服务器端就可以了。
  • 相关阅读:
    mangoDB
    python文档
    单例模式
    celery
    flask 部署
    json
    Docker+Jenkins+Go完成自动化部署
    Go多协程循环打印ABAC
    正则表达式
    从零开始学Go之并发(四):互斥
  • 原文地址:https://www.cnblogs.com/kingwangzhen/p/1499906.html
Copyright © 2011-2022 走看看