Microsoft.ReportViewer.Common Version=12.0.0.0

前端 未结 7 1228
星月不相逢
星月不相逢 2021-01-04 09:22

I\'m getting the following exception in my Windows Service Application:

System.IO.FileNotFoundException: Could not load file or assembly \'Microsoft

7条回答
  •  既然无缘
    2021-01-04 10:03

    Version 12 of the ReportViewer bits is referred to as Microsoft Report Viewer 2015 Runtime and can downloaded for installation from the following link:

    https://www.microsoft.com/en-us/download/details.aspx?id=45496

    UPDATE:

    The ReportViewer bits are also available as a NUGET package: https://www.nuget.org/packages/Microsoft.ReportViewer.Runtime.Common/12.0.2402.15

    Install-Package Microsoft.ReportViewer.Runtime.Common

提交回复
热议问题