【发布时间】:2011-03-16 16:11:25
【问题描述】:
我正在创建一个面向 .NET 3.5 的 Web 应用程序项目,它需要使用 Reporting Services 2005 报表查看器控件 (8.0.0.0) 来查看一些旧报表。我安装了redistributable package 并且程序集Microsoft.ReportViewer.WebForms 的8.0 版本在GAC 中(以及9.0 和10.0),但是VS2010 中的“添加引用”对话框仅显示9.0 和10.0。
为什么没有显示程序集,我该如何引用它?
【问题讨论】:
标签: visual-studio-2010 reporting-services reportingservices-2005 add-references-dialog