AsyncOAuth icon indicating copy to clipboard operation
AsyncOAuth copied to clipboard

Binary in Nuget cannot work in WP8.1 simulator

Open shadowglen opened this issue 11 years ago • 1 comments

An exception is thown when using AsyncOAuth:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at AsyncOAuth.OAuthAuthorizer.GetTokenResponse[T](String url, OAuthMessageHandler handler, HttpContent postValue, Func3 tokenFactory) at AsyncOAuth.OAuthAuthorizer.GetRequestToken(String requestTokenUrl, IEnumerable1 parameters, HttpContent postValue)

shadowglen avatar Jun 14 '14 17:06 shadowglen

I'm getting the same error on WP8.1 simulator.

jonnymunday avatar Jul 09 '14 15:07 jonnymunday