Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 微软找不到ReportingServices.ProcessingCore_Reporting Services - Fatal编程技术网

Reporting services 微软找不到ReportingServices.ProcessingCore

Reporting services 微软找不到ReportingServices.ProcessingCore,reporting-services,Reporting Services,我正在尝试将第三方报告图表控件添加到我的项目中。我使用的是VisualStudio2005,我已经安装了SQLServer2005和ReportingServices。当我尝试将第三方dll添加到工具箱时,会收到错误消息 “无法加载文件或程序集”Microsoft.ReportingServices.ProcessingCore,版本=9.0.242.0,区域性=neutral,PublicKeyToken=89845dcd8080cc91“或其依赖项之一。系统找不到指定的文件。' 我签出了

我正在尝试将第三方报告图表控件添加到我的项目中。我使用的是VisualStudio2005,我已经安装了SQLServer2005和ReportingServices。当我尝试将第三方dll添加到工具箱时,会收到错误消息


“无法加载文件或程序集”Microsoft.ReportingServices.ProcessingCore,版本=9.0.242.0,区域性=neutral,PublicKeyToken=89845dcd8080cc91“或其依赖项之一。系统找不到指定的文件。'


我签出了程序集,但找不到任何以Microsoft.ReportingServices开头的DLL

有什么想法吗

多谢各位


NLV

我知道这有点晚了,但我想与大家分享我学到的一些东西,以便将来可能出现这种错误。在安装了一些软件之后,我遇到了类似的问题,这些软件似乎已经更新了VS的SQL和/或SQL程序集。这似乎导致SSRS试图使用的组件与它能找到的组件不匹配

我发现了以下解决方法: 您可以转到相应的
reportserver
bin,将
Microsoft.ReportingServices.ProcessingCore.dll添加/替换为相应的版本。此垃圾箱的位置为

驱动器(例如C):\Program Files\Microsoft SQL Server\MSRS\ MSSQLSERVER(或 无论报表服务器名称是什么)\Reporting Services\ReportServer\bin


我只是在此处复制了
.dll
,然后转到Reporting Services配置,停止并重新启动报表服务器。

如果数据库服务器上有足够的磁盘空间,但仍显示此消息,请重新启动SQL server Reporting Services(MSSQLSERVER)服务

Okie我在C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin中找到了DLL。但为什么不在GAC中?我可以把所有的DLL添加到GAC吗?