0

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 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.