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
Windows 查看DLL依赖关系的工具,查看DLL的导出函数、导入函数。协助解决Windows开发中的DLL依赖问题。 Windows开发必备。 Dependency Walker 是 Microsoft Visual C++ 中提供的非常有用的 PE 模块依赖性分析工具。主要功能如下: 查看 PE 模块的导入模块。 查看 PE 模块的导入和导出函数。 动态剖析 PE 模块的模块依赖性。 解析 C++ 函数名称。