rzc generate exited with code -2147450730

Viewed 7539

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 .

3 Answers

I updated Visual Studio to 2019 v16.9.2 and that fixed it for me. I also read another post where repairing the VS installation fixed the problem. My problem started mysteriously after everything had been working for some time, so I don't think it was an issue with the version. I think just running the upgrade repaired the installation.

Related