.net5服务在centos上启动错误的问题记录(code=exited, status=140)


.net5服务程序,同事接手维护,做了次升级,结果发现服务起不来了。

去服务器上查看日志详情: journalctl -xe  

显示:code=exited, status=140 ,某个dll引用了MySql.Data.dll对应的版本文件找不到,同时提示:“An assembly specified in the application dependencies manifest was not found”

问题是部署环境这个文件肯定是存在的,最后修改项目配置文件.csproj,增加 <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>   重新编译发布解决。

 

.net5服务在centos上启动错误的问题记录(code=exited, status=140)

 

 

 

原创文章,作者:,如若转载,请注明出处:https://blog.ytso.com/270629.html

(0)
上一篇 2022年6月28日
下一篇 2022年6月28日

相关推荐

发表回复

登录后才能评论