Microsoft.Reporting does not exist in namespace

[亡魂溺海] 提交于 2019-12-06 21:12:58

问题


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.


回答1:


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




回答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.




回答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



来源:https://stackoverflow.com/questions/17313069/microsoft-reporting-does-not-exist-in-namespace

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!