简体   繁体   English

C# NetCore_RestAPI

[英]C# NetCore_RestAPI

FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. FileNotFoundException:无法加载文件或程序集“Microsoft.Bcl.AsyncInterfaces,Version=1.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51”。 The system cannot find the file specified该系统找不到指定的文件

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...然后Manage NuGet Packages...

在此处输入图像描述

  1. Search for Microsoft.Bcl.AsyncInterfaces搜索Microsoft.Bcl.AsyncInterfaces
  2. install安装

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM