简体   繁体   English

SSRS:Report Services中的URL编码

[英]SSRS: URL Encoding in Report Services

I am trying to deploy a report and I added the following to the Report Properties: 我正在尝试部署报告,并且在“报告属性”中添加了以下内容:

System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. 

I am getting the following error message: 我收到以下错误消息:

"Error 1 Error while loading code module: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Details: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. 0 0 " “加载代码模块时出现错误1错误:'System.Web,版本= 4.0.0.0,区域性=中性,PublicKeyToken = b03f5f7f11d50a3a'。详细信息:无法加载文件或程序集'System.Web,版本= 4.0.0.0,区域性=中性,PublicKeyToken = b03f5f7f11d50a3a'或其依赖项之一。系统找不到指定的文件。0 0“

I am running SQL Server 2012, Report Builder 3.0 and SQL Server Visual Studio 2010. I have copied System.Web to several locations on my C:\\ drive, but am still getting the deploy error. 我正在运行SQL Server 2012,Report Builder 3.0和SQL Server Visual Studio2010。我已将System.Web复制到C:\\驱动器上的多个位置,但仍收到部署错误。

What is the correct folder System.Web.dll should reside? System.Web.dll应该驻留在正确的文件夹是什么?

did you add the assembly through report designer in Visual Studio? 您是否通过Visual Studio中的报表设计器添加了程序集? Report -> Report Properties -> References then click Add on Add or remove assemblies... 报告->报告属性->引用,然后在添加或删除程序集上单击添加...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM