.net - Microsoft.ReportViewer.Common Version=12.0.0.0 -
i'm getting following exception in windows service application:
system.io.filenotfoundexception: not load file or assembly 'microsoft.reportviewer.common, version=12.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91' or 1 of dependencies. system cannot find file specified.
i cannot find download url version 12 , setting files "include" , "prequisite (auto)" not solve problem in windows service application, although works fine in winforms application , results in appropriate files being included , referenced along other requisite .dlls.
can either me windows service application include files, or lead me download link install version 12 in gac?
version 12 of reportviewer bits referred microsoft report viewer 2015 runtime , can downloaded installation following link:
https://www.microsoft.com/en-us/download/details.aspx?id=45496
update:
the reportviewer bits available nuget package: https://www.nuget.org/packages/microsoft.reportviewer.runtime.common/12.0.2402.15
install-package microsoft.reportviewer.runtime.common
Comments
Post a Comment