ECidStation
ECidStation

Reputation: 1

Can't Find winforms.dll for ReportViewer v12 for VS2015

I just imported a VS2010 project into VS2015 but I am receiving some errors on ReportViewer 2012 when referencing to winforms.dll version 2012.

I did installed the runtime version 2015 from here: https://www.microsoft.com/en-us/download/details.aspx?id=45496

Now, I can not find the newer dll for the reportviewer.winforms. I am not sure if this is the right installation file needed for Visual Studio 2015. Can someone help? - Thanks in advance.

Upvotes: -1

Views: 1634

Answers (2)

BlueM
BlueM

Reputation: 6888

Since it was not available yet, I created a Nuget package for it.

Upvotes: 2

Jeff
Jeff

Reputation: 36573

It's a nuget package now. Your best bet is to remove the reference and re-add it via the nuget package manager.

Upvotes: 1

Related Questions