After installing ReportViewerForMVC I get an error:
Compiler Error Message: CS0433: The type 'Microsoft.Reporting.WebForms.ReportViewer' ...
How do I fix it?
After installing ReportViewerForMVC I get an error:
Compiler Error Message: CS0433: The type 'Microsoft.Reporting.WebForms.ReportViewer' ...
How do I fix it?
Copyright © 2021 Jogjafile Inc.
Currently ReportViewerForMVC uses Visual Studio 2012's Microsoft.ReportViewer.WebForms DLL, version=11.0.0.0 as per the web.config:
If you do not have this DLL installed, then you will need to install Visual Studio 2012 Report Viewer Runtime.
If you do not have SQL Server 2012 installed, first you will be required to install Microsoft System CLR Types for SQL Server 2012, (direct links: X86 version, X64 version).
Microsoft.ReportViewer.WebForms version 11 will be added to the GAC: