Visual Studio 2010 ReportViewer Assembly References

折月煮酒 提交于 2019-12-12 02:26:07

问题


I didn't do C# for quite some time, but I'm updating some of my projects now. I imported a project from Visual Studio 2008 into 2010. Building got me some confusing errors into the log:

      Considered "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.ReportViewer.Common.dll", but it didn't exist.
              Considered "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.ReportViewer.Common.exe", but it didn't exist.
[...]
 For SearchPath "{GAC}".

I don't really know which assembly reference this refers to and how I can add it... From what I think to know this is a standard assembly reference.


回答1:


You can download from here: Microsoft Report Viewer Redistributable 2010

[After installation, I believe this DLL is loaded into the GAC.]

Bill McCarthy's post Upgrading Report applications to 4.0 might be useful.



来源:https://stackoverflow.com/questions/3870403/visual-studio-2010-reportviewer-assembly-references

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