error in executing application c # asp.net entity

0

Good morning,

My project started out of nowhere with this error.

Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I have tried to reinstall system.net.http but nothing

How to solve?

    
asked by anonymous 25.06.2018 / 16:21

1 answer

1

Try to install System.Net.Http v 4.0.0 by the nuget package in the project.

    
25.06.2018 / 16:29