You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to execute a request with new HttpClient(new NativeMessageHandler()) I get the following error from within a C# console project on Xamarin Studio.
System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies.
Filename: System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
It is working on Visual Studio, so is it because the library isn't supported on macOS?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
When I try to execute a request with
new HttpClient(new NativeMessageHandler())
I get the following error from within a C# console project on Xamarin Studio.It is working on Visual Studio, so is it because the library isn't supported on macOS?
Thanks in advance.
The text was updated successfully, but these errors were encountered: