error in running c#Asp.net Entity application

Asked

Viewed 27 times

0

Good morning,

My project started from nothing to present this mistake.

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 reinstalling system.net.http but nothing

How to solve?

1 answer

1


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

  • 1

    It worked, I reinstalled it and updated the web.config, thanks

Browser other questions tagged

You are not signed in. Login or sign up in order to post.