ayi <t>Could not load file or assembly "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"</t>
ayi <t>Follow the following steps:<br/> <br/> <br/> Update Visual Studio to the latest version (it matters)<br/> <br/> <br/> Remove all binding redirects from web.config<br/> <br/> <br/> Add this to the .csproj file:<br/> <br/> <br/> true<br/> true<br/> <br/> <br/> ```<br/> <br/> - <br/> Build the project<br/> <br/> - <br/> In the `bin` folder there should be a `(WebAppName).dll.config` file<br/> <br/> - <br/> It should have redirects in it:<br/> <br/> - **copy these to the `web.config`**<br/> <br/> - <br/> Remove the above snipped from the **`.csproj`** file<br/> <br/> It should work.</t>