rzc 生成退出,代码为 -2147450730

rzc generate exited with code -2147450730

我在 Visual studio 中创建了 blazor 应用程序之后。当我尝试 运行 或构建应用程序时出现此错误。

我用了 dotnet restoredotnet build .

这是我的解决方案https://github.com/dotnet/aspnetcore/issues/20857

如果您检查构建输出 window,您可能会看到更有用的错误,例如:

这表明我需要从 https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.5-windows-hosting-bundle-installer

安装最新的 .NET 运行时

我将 Visual Studio 更新到 2019 v16.9.2 并为我修复了它。 我还阅读了另一个 post,其中修复 VS 安装解决了问题。 在一切正常工作一段时间后,我的问题神秘地开始了,所以我认为这不是版本问题。我认为只是 运行 升级修复了安装。

对我来说,安装 2.1 SDK 就可以了。这是它的 link:https://dotnet.microsoft.com/download/dotnet/2.1