Reportviewer 2015 Better

When deploying web-based applications, a frequent error occurs when the necessary DLLs are missing from the server's bin folder. To prevent this:

Microsoft Report Viewer 2015 is a client-side control used to display reports (RDL/RDLC) within Windows Forms (WinForms) and ASP.NET Web Forms applications. Released alongside Visual Studio 2015, it relies on the .NET Framework. reportviewer 2015

ReportViewer 2015 is a , not a show pony. It isn't glamorous, but it gets the job done. While Microsoft has stopped actively developing it, version 12.0 remains the most stable release for classic .NET reporting. ReportViewer 2015 is a , not a show pony

Open your Package Manager Console and run: Open your Package Manager Console and run: Compared

Compared to its predecessors (2010, 2012), the 2015 release focused on:

Install-Package Microsoft.ReportViewer.WinForms -Version 12.0.0

<dependentAssembly> <assemblyIdentity name="Microsoft.ReportViewer.Common" publicKeyToken="89845dcd8080cc91" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.ReportViewer.WinForms" publicKeyToken="89845dcd8080cc91" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly>

Registration

Forgotten Password?