【发布时间】:2013-05-07 11:37:35
【问题描述】:
我在 .NET Framework 4.5 中创建了 .dll 并将其放入 SQL Server - Reporting Services - Report Server - Bin 文件夹中,当从开发人员机器部署报告时,我收到此错误:
Error while loading code module: ‘{namespace}, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
Details: Could not load file or assembly '{namespace}, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
谁能解释我出了什么问题以及如何解决?
【问题讨论】:
-
您是在不同的机器上部署吗?如果是,那台机器上安装了哪个版本的 .NET Framework?
-
嗯,那台机器上的 .NET Framework 是 3.5,是的,我部署在不同的机器上。
标签: reporting-services ssrs-2008 report