Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft.Reporting does not exist in namespace

I have developed project in VS2010 and now I want to continue same project with VS2012 but I'm getting Error: Microsoft:Reporting does not exists in namespace

I am using Microsoft Reports for developing reports. Please Help me if you have any solution.

like image 671
surajgalande Avatar asked Jun 26 '13 06:06

surajgalande


People also ask

How do I add Microsoft reporting to Winforms?

To add the ReportViewer Control to a Windows applicationLocate the ReportViewer control in the Toolbox. If the Toolbox is not visible, you can access it from the View menu by selecting Toolbox. Drag the ReportViewer control onto the design surface of the Windows Form.


2 Answers

Search for "reportviewer" in Nuget. Install the Microsoft.ReportViewer.WebForms VS2010 package.

like image 148
Jon Crowell Avatar answered Oct 06 '22 08:10

Jon Crowell


You must right-click on References folder in your project and click on Add Reference. and then go to Assemblies > Extensions > Microsoft.ReportViewer and add it to your references.

like image 27
dieKoderin Avatar answered Oct 06 '22 08:10

dieKoderin