Hello @Alexander Pinchuk
Refer to this issue on github https://github.com/dotnet/runtime/issues/3168
BENCHAABAN Ali
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi!
I have OS Linux 4.18.0-348.12.2.el8_5.x86_64 x86_64, rocky
I published my project with target platform linux-x64,
file [PROJECT_NAME].deps.json begins with:
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.2/linux-x64",
"signature": ""
},
I download .net sdk 2.2.100, 2.2.207, 3.1.426, tried run process with "dotnet [PROJECT_NAME].dll"
and I received in terminal "Failed to initialize CoreCLR, HRESULT: 0x80004005"
I surfed internet, found solution to check permissions for folder /tmp, all permissions is available
I don't know what to do, please help me
Thanks!
Hello @Alexander Pinchuk
Refer to this issue on github https://github.com/dotnet/runtime/issues/3168
BENCHAABAN Ali