Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have Visual Studio 2008 and I want to add report Viewer 2015 in it. So that I can update existing projects with latest Report Viewer. I already downloaded report Viewer 2015 from Microsoft website and installed it. But how to include it in the project. It does not show in References.

I have read:
<a href="https://docs.microsoft.com/en-us/sql/reporting-services/application-integration/using-the-webforms-reportviewer-control"></a>

But it shows for Report Viewer 2016 and I have Report Viewer 2015. 


Please tell how to upgrade my project built in VS2008 using ReportViewer 2015.

Thanks in advance.

What I have tried:

Some websites says that to add control in Toolbox and to add it fetch Common.dll from [C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.ReportViewer.Common] path. But  the Common folder does not exist in my system. Instead of Microsoft.ReportViewer.Common.resources folder is created and it has other language dll in it rather than english one.
Posted
Updated 19-Dec-17 1:13am
v2
Comments
ZurdoDev 19-Dec-17 14:08pm    
Right click your project, Add, Reference, browse to the file.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900