Issue with System.Net.Http 4.2.0.0 not found
Recently I got next error when executing application on remote server:
1 2 |
System.IO.FileNotFoundException occurred Message=Could not load file or assembly 'System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. |
On local PC all worked fine. Same version of .net framework was installed on local development pc and remote. There are huge amount of posts about this topic in internet. The root issue of issue was found out soon – full framework… Read More »