Reputation: 47
I am developing Web Application to upload a file on Google Drive but, there is a runtime exception as :- Could not load file or assembly 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) I don't have any idea about this Please help me...
Upvotes: 2
Views: 5400
Reputation: 199
Try following approach:
PM>Install-Package Microsoft.Bcl.Async
Upvotes: 5