migrate from visual studio 2012 to visual studio 2015

0

Good afternoon in advance, thank you very much for any collaboration, I tell you I had a project in vs2012 and I changed to vs2015 but the only mistake that I get after migration is a problem with ReportViewer

 Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();

this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();

every time that Reporting appears, it points to me as an error I also get it

and I decided to generate the .exe

and when I run it I get

and I already downloaded it and still nothing

What can I do to avoid going back to vs2012?

    
asked by Gilberto Asuaje 28.10.2016 в 18:22
source

2 answers

3

Try running the following from the command line of Nuget :

Install-Package Microsoft.ReportViewer.2015.Runtime
Install-Package Microsoft.ReportViewer.VS2015.WinForms 
    
answered by 28.10.2016 / 22:35
source
1

Good afternoon .... delete the reference of the assembly and look for adding it again .... surely you will find a newer version than you had since the version of vs has changed and the assembly too

    
answered by 28.10.2016 в 22:28