ASP.net app crashes - Could not load file or assembly 'Microsoft.Threading.Tasks.Extensions.Desktop'

前端 未结 4 1776
离开以前
离开以前 2020-12-09 04:24

I want to build a Google BigQuery C# ASP.net application using OAuth2 and the .Net 4.5 framework. I ran these NuGet installs

Install-Package Google.Apis.Bigq         


        
4条回答
  •  无人及你
    2020-12-09 04:46

    They released a new version of -Package Microsoft.Bcl.Async.

    If somebody has this issue, please install the "latest" version instead of 1.0.16.

    I hope it works for you.

提交回复
热议问题