surajgalande
surajgalande

Reputation: 135

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.

Upvotes: 10

Views: 29342

Answers (4)

Rama Shankar Rao
Rama Shankar Rao

Reputation: 77

There might be problem with dll path. check here link

Upvotes: -1

Jon Crowell
Jon Crowell

Reputation: 22338

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

Upvotes: 21

dieKoderin
dieKoderin

Reputation: 1582

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.

Upvotes: 7

VSB
VSB

Reputation: 10375

You need to install Microsoft Report Viewer to have its assemblies available in Visual Studio. You can bring it from: http://www.microsoft.com/en-us/download/details.aspx?id=6442

Upvotes: 1

Related Questions