alanjuden / MvcReportViewer

Custom Report Viewer control to replace MS Report Viewer on MVC projects (also works on .NET Core as a Report Viewer).
MIT License
173 stars 109 forks source link

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

Closed AquaNerd closed 4 years ago

AquaNerd commented 6 years ago

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.

aroraarjita commented 6 years ago

Hi @AquaNerd,

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

AquaNerd commented 4 years ago

You can close this issue