Compiler error: rzc generate exited with code -2147450730
Steps to reproduce the behavior:
The default project should have compiled and run.

Add any other context about the problem here.
Include the output of dotnet --info
Got the error fixed and working. But not sure exactly what fixed the issue. I did 3 things
It would be great to know from the team which one might have fixed the issue and why?
Thanks @raghavendra-udyavar.
Glad that your issue got fixed.
@pranavkm do you have thoughts regarding what may have fixed this?
The error code indicates that you were missing a version of the .NET Core 3.0 runtime required to run the tool. Perhaps you picked up the Blazor VSIX, but not the preview3 SDK required to build or run the app. The first step (Downloaded and installed the latest version of .NET Core 3.0) likely fixed the issue. Feel free to reopen if you continue seeing this issue so we can investigate further.
I installed the x86 SDK and got this error.
After uninstalling the x86 SDK and installing the x64 SDK the error went away.
I installed the x86 SDK and got this error.
After uninstalling the x86 SDK and installing the x64 SDK the error went away.
Had the same issue and this fixed it for me aswell.
Most helpful comment
I installed the x86 SDK and got this error.
After uninstalling the x86 SDK and installing the x64 SDK the error went away.