Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

麒麟系统系统docker运行一直报内存错误 #3821

Open
123124-1 opened this issue Oct 30, 2024 · 1 comment
Open

麒麟系统系统docker运行一直报内存错误 #3821

123124-1 opened this issue Oct 30, 2024 · 1 comment

Comments

@123124-1
Copy link

容器一直报错 Failed to create CoreCLR, HRESULT: 0x80070008

@starlying
Copy link
Contributor

这个错误表明.NET Core应用程序无法创建CoreCLR,即.NET Core运行时。HRESULT 0x80070008是一个错误代码,通常表示系统找不到指定的文件。

可能的原因:
.NET Core未正确安装或损坏。
应用程序配置错误,指向了不存在的.NET Core版本。
环境变量设置不正确,导致系统无法找到.NET Core运行时。

解决方法:
确认.NET Core已经正确安装在系统上。可以通过运行dotnet --info来检查。
如果是开发环境,尝试重新安装或更新.NET Core SDK。
检查环境变量,确保PATH变量包含了.NET Core的安装路径。
如果是在容器中运行,确保容器镜像包含了.NET Core运行时,并且容器配置正确。

如果以上步骤无效,尝试清理或重置.NET Core安装。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants