Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rzc generate exited with code -2147450730

Tags:

After I created the blazor application in Visual studio . When i trying to run or build the application am getting this error.

I used dotnet restore and dotnet build .

like image 862
user12428054 Avatar asked Feb 24 '20 08:02

user12428054


1 Answers

This was the fix for me https://github.com/dotnet/aspnetcore/issues/20857

If you check the build ouput window, you might see a more useful error like:

Build output error

This showed that I needed to install the lastest .NET runtime from https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.5-windows-hosting-bundle-installer

like image 53
TomDane Avatar answered Oct 20 '22 07:10

TomDane