0
votes

FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified

1

1 Answers

1
votes

You are missing a project reference as the error says.

You should add a reference with the following steps:

  1. Right click you project.

  2. Then Manage NuGet Packages...

enter image description here

  1. Search for Microsoft.Bcl.AsyncInterfaces
  2. install

enter image description here