1

Please assist with the error above that I am getting when I used the ReportViewerForMVC. Presently, the application is not running again on Localhost. Please assist.

@using ReportViewerForMvc;
@{
ViewBag.Title = "ReportEmployee";
}
@Html.ReportViewer(ViewBag.ReportViewer as Microsoft.Reporting.WebForms.ReportViewer)

The error is below:

CS1702: Assuming assembly reference 'System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf385' used by 'ReportViewerForMvc' matches identity 'System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31' of 'System.Web.Mvc', you may need to supply runtime policy

asimjin
  • 25
  • 1
  • 8
  • https://stackoverflow.com/questions/30664140/how-to-resolve-assuming-assembly-reference-system-web-mvc – Pavel Koryakin Apr 26 '22 at 11:38
  • @PavelKoryakin, I have done this and issue persist. Presently, the application do not even run again on localhost... This is an application already in production – asimjin Apr 26 '22 at 12:21

0 Answers0