无法在GAC中获取ReportViewer dll

时间:2021-03-14 17:08:38

I am trying to load ReportViewer dll's into the GAC. I downloaded the ReportViewer.exe from Microsoft's download website, Unblocked it and ran it as administrator. The installation of package was successful according to the installation setup program. However, these dll's are not available in the GAC as well as anywhere in my computer's hard drive.

我正在尝试将ReportViewer dll加载到GAC中。我从Microsoft的下载网站下载了ReportViewer.exe,取消阻止它并以管理员身份运行它。根据安装设置程序,包安装成功。但是,这些dll在GAC以及计算机硬盘中的任何位置都不可用。

Here is the Link to the ReportViewer information site ( enter link description here )
Here is the link to the ReportViewer.exe download site( enter link description here ).

以下是ReportViewer信息站点的链接(在此处输入链接描述)以下是ReportViewer.exe下载站点的链接(在此处输入链接描述)。

How do I get these dll's installed on my pc running on windows 7 with Visual Studio 2010.

如何在使用Visual Studio 2010的Windows 7上运行的电脑上安装这些dll。

1 个解决方案

#1


2  

My dll's by default were installed to: c:\Program Files (x86)\Microsoft Visual Studio 10.0\ReportViewer On 64bit Windows 7

我的dll默认安装在:c:\ Program Files(x86)\ Microsoft Visual Studio 10.0 \ ReportViewer On 64bit Windows 7

You can try looking there. If they are there you can add them to the GAC manually. Try looking here

你可以试试看那里。如果他们在那里,您可以手动将它们添加到GAC。试试看这里

#1


2  

My dll's by default were installed to: c:\Program Files (x86)\Microsoft Visual Studio 10.0\ReportViewer On 64bit Windows 7

我的dll默认安装在:c:\ Program Files(x86)\ Microsoft Visual Studio 10.0 \ ReportViewer On 64bit Windows 7

You can try looking there. If they are there you can add them to the GAC manually. Try looking here

你可以试试看那里。如果他们在那里,您可以手动将它们添加到GAC。试试看这里