karlwancl/YahooFinanceApi

System.Net.Http dependency problem?

DonWM opened this issue · 1 comments

DonWM commented

Could not load file or assembly 'System.Net.Http, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

latest is 4.3.3??

DonWM commented

Solved by adding System.Net.Http to startup project as well as the class project where YahooFinanceApi is used which already had it.