Asp.NET Core 在IIS部署 An assembly specified in the application dependencies manifest was not found(示例代

Posted Tassdar

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Asp.NET Core 在IIS部署 An assembly specified in the application dependencies manifest was not found(示例代相关的知识,希望对你有一定的参考价值。

今天在发布应用的时候,出来了一个报错:An assembly specified in the application dependencies manifest was not found

情况如下图

后来找了一下原因:

(划重点)是因为给我打包的同事,他电脑上的SDK还是2.0.9的版本,但是我在服务器上装的是最新的.NET Core2.1.4,所以用 2.0.9打出来的包没办法在2.1.4的环境下运行

所以我把代码同步过来之后用我的机器重新打了个包问题就解决了(我机器的SDK是2.1.4)。

希望可以帮到大家

以上是关于Asp.NET Core 在IIS部署 An assembly specified in the application dependencies manifest was not found(示例代的主要内容,如果未能解决你的问题,请参考以下文章

IIS在ASP.NET Core下的两种部署模式

Windows + IIS 环境部署Asp.Net Core App

ASP.NET Core部署系列一:发布到IIS上

ASP.NET Core 在 IIS 下的两种部署模式

ASP.NET Core--.net core 3.1 部署到 IIS

Windows Server 2008 R2 + IIS 环境部署Asp.Net Core App