Failed to load the dll from [C:\Program Files\dotnet\host\fxr\1.0.1\hostfxr.dll], HRESULT: 0x80070057
See original GitHub issueEnvironment data
dotnet --info
output:
C:\Users\Rakesh>dotnet --info
Failed to load the dll from [C:\Program Files\dotnet\host\fxr\1.0.1\hostfxr.dll], HRESULT: 0x80070057
system config
software installed
file location
error is still comming
solve this and give just reasonable solution. what i can do
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (4 by maintainers)
Top Results From Across the Web
Failed to load the dll from [C:\Program Files\dotnet\host\fxr ...
Failed to load the dll from [C:\Program Files\dotnet\host\fxr\1.0.1\hostfxr.dll], HRESULT: 0x80070057. system config
Read more >Failed to load the dll: hostfxr.dll
I run any dotnet function like: c/:>dotnet --help And I get: Failed to load the dll from [C:\Program ...
Read more >Failed to load the hostfxr.dll after install net core
This answer fixed my issue; I had built 32 bit first, then tried 64 (which was the correct build). After I deleted the...
Read more >Can install SMAPI
When i try to run the installer it says this: Failed to load the dll from [C:\Users\Krist≤f\Desktop\smapi\SMAPI 3.13.4 install.
Read more >2147450750 (Failed to load the dll from [C:\Program Files (x86 ...
I've just updated my Rider instance from 2020.2.3 to 2020.2.4 and unit tests stopped working. Target framework of the project is "netcoreapp2.2". Last...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Had this similar issue. I have Win 7 SP1. Installed Windows update from following link and got resolved. https://www.microsoft.com/en-us/download/details.aspx?id=26767
Hope it helps
This issue should not be closed. The hosting bundle should refuse to install and tell the user why ( missing prereqs). Instead it installs like everything is fine. Then my application installs and it manifests itself as a runtime error requiring me to go research this issue to find this. It’s not a good UX and not the accepted practice for installers for the last 20 some years. (Bonus points: actually install the prereqs for the user. WiX is quiet capable of doing web downloads of vc_redist and some windows updates and installing them. )