alanjuden / MvcReportViewer

Custom Report Viewer control to replace MS Report Viewer on MVC projects (also works on .NET Core as a Report Viewer).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not load file or assembly 'System.ServiceModel.Http

AquaNerd opened this issue · comments

commented

I built an app using example but got this error. Could not load file or assembly 'System.ServiceModel.Http

I am on .netcore 2.1.

Hi @AquaNerd,

You need to use the compatible version of System.ServiceModel.Http.
It should be added as a reference in the solution.

commented

You can close this issue