资料来源:网络整理
时间:2023/2/14 1:04:09 共计:3679 浏览
HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
Common solutions to this issue:
-
The application process failed to start
-
The application process started but then stopped
-
The application process started but failed to listen on the configured port
Troubleshooting steps:
-
Check the system event log for error messages
-
Enable logging the application process' stdout messages
-
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=808681
原因:一般来说是由于.NET Core SDK的版本引起的,此时需要观察项目的所需的版本和本地存在的板本是否一致。
本例中,项目所需的版本是2.2如下图所示
本地存在的版本如下图所示,是不存在2.2版本的,此时需要去官网下载2.2版本的.Net Core SDK安装即可(https://dotnet.microsoft.com/download/dotnet-core)
注:安装后重启VS。
版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。