Microsoft.Reporting does not exist in namespace
Asked Answered
H

4

10

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.

Hyperpyrexia answered 26/6, 2013 at 6:33 Comment(1)
The reference may be missing. Try adding reference of Reporting to your project.Beaton
A
21

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

Assyrian answered 24/11, 2014 at 23:59 Comment(0)
A
7

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.

Antevert answered 8/11, 2014 at 7:7 Comment(0)
V
1

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

Ventilate answered 11/5, 2014 at 6:54 Comment(0)
B
-1

There might be problem with dll path. check here link

Berck answered 27/7, 2020 at 7:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.