adamhathcock wrote:
Note: The above code is written in a portable class library which is configured to run with the following frameworks: .NET 4.5, Silverlight 4+, Windows Phone 7.5+ and Windows store apps.
It must be the Microsoft.Bcl.Async package doing that https://www.nuget.org/packages/Microsoft.Bcl.AsyncYes, I am currently using the Microsoft.Bcl.Async package along with the SharpCompress. But I dont think this error is related to the Microsoft.Bcl.Async package. I tried to using ReadToEnd method instead of ReadToEndAsync but I got same error.
Note: The above code is written in a portable class library which is configured to run with the following frameworks: .NET 4.5, Silverlight 4+, Windows Phone 7.5+ and Windows store apps.