Microsoft.Reporting does not exist in namespace

26,080

Solution 1

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

Solution 2

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.

Solution 3

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

Share:
26,080
Admin
Author by

Admin

Updated on July 27, 2020

Comments

  • Admin
    Admin almost 4 years

    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.