reporting services - Why does Microsoft.ReportViewer.WebForms 8.0.0.0 not appear in the Visual Studio 2010 "Add References" dialog? -
I am creating a web application project targeting which is to see some Reporting Report Reporting Services 2005 Report Viewer Control (8.0.0.0) For I've installed the assembly and version 8.0, which is in the assembly Why the Assembly is not being shown, and how can I refer to it? This is a "redistributable", its goal is to install the required runtime assemblies in GAC only on the target machine To do. Getting a reference assembly that you can use on your Dev machine, the installer will need to leave a copy of the assembly in a 'well-known location' and / or to write the registry key so that the reference assembly is shown in the reference dialog. Go. I doubt that you get such reference assembly only from installing VS2005. Not sure, I do not have it installed and. A reference assembly is just a copy of one in GAC. So a possible solution is to copy the assembly needed by GAC from your project directory, so that you can use the browse tab of the dialog to add your project. The shell extension, which hides GAC's internal structure from Explorer, has little trouble. Use non-explorer based file manager or command prompt. It is stored in the subdirectory of c: \ windows \ assembly Microsoft.ReportViewer.WebForms with GAC (9.0 and 10.0), but in VS2010 the "Add Reference" dialog displays only 9.0 and 10.0 Has been doing.
Comments
Post a Comment