[.NET Core] Unable to load ‘\.\hostfxr.dll’. This might be caused by a bitness mismatch between IIS application pool and published application.
October 27, 2019
| 3 Comments
Problem description
After I deploy application to iis, I got the error message “HTTP Error 500.32 – ANCM Failed to Load dll“. then I open event viewer, I found the error message “Unable to load ‘.\hostfxr.dll’. This might be caused by a bitness mismatch between IIS application pool and published application“. (more…)