Aspnet Core 中的 DLL 问题
Dll issue in Aspnet Core
我在将 mvc5 应用程序转换为 aspnet core 时遇到 System.Web.Http 错误。
我在现有项目中使用 class 库,也没有直接在 class 库中使用此 .dll。
error- Could not load file or assembly 'System.Web.Http,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or
one of its dependencies. The system cannot find the file specified.
尝试重新安装 NuGet 包
从包管理器控制台,输入:
更新包Microsoft.AspNet.WebApi.Core-重新安装
我在将 mvc5 应用程序转换为 aspnet core 时遇到 System.Web.Http 错误。 我在现有项目中使用 class 库,也没有直接在 class 库中使用此 .dll。
error- Could not load file or assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
尝试重新安装 NuGet 包
从包管理器控制台,输入:
更新包Microsoft.AspNet.WebApi.Core-重新安装