简体   繁体   中英

Add Reporting.WinForms Reference to VS2015

I'm looking at adding the reference;

Microsoft.Reporting.WinForms

to my VisualStudio (2015) project but when I go to Add the Reference in the Solution Explorer I couldn't find it.

Eventually I added it through NuGet but now I am getting the error message;

Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

which leads me to believe I just haven't added the package properly. I've installed Microsoft SQL Server Data Tools through program features but still no luck.

What am I missing?

您可以通过在Package Manager Console中执行此操作来尝试

Install-Package Microsoft.Reporting.WinForms.v11

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM