Solution: 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.
Root CauseYou normally get such issue when you take the reference of certain third party library in your application.*For example, you took the reference of RestSharp (A third-party library) from…