一个可控制台程序使用.NET 6开发,发行版运行出现如下错误:
A fatal error occurred. The required library hostfxr.dll could not be found.
If this is a self-contained application, that library should exist in [D:\xxxServer\].
If this is a framework-dependent application, install the runtime in the global location [C:\Program Files (x86)\dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location or register the runtime location in [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation].
The .NET runtime can be found at:
根据提示提供的链接直接下载是不行的,因为这个链接默认会转到ASP.NET Core 6.0 Runtime下载页面,而我的程序是桌面程序,需要安装 .NET 桌面运行时:https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0
下载安装后就不会有找不到hostfxr.dll的提示了。
一个用.NET 6开发的控制台程序,发行版运行时出现找不到hostfxr.dll的错误。提示链接默认转到ASP.NET Core 6.0 Runtime下载页面,但程序是桌面程序,需安装.NET桌面运行时,下载安装后问题解决。

2968

被折叠的 条评论
为什么被折叠?



