Reputation: 1
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
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