Hi Bill Rahe,
To resolve the error message about the required .NET workload wasm-tools when working with Blazor after re-installing Essential Studio, you need to install the WebAssembly tools workload in your .NET environment. Here's how you can do this:
Steps to Install the .NET workload wasm-tools:
- Run the Installation Command:
Execute the following command to install the WebAssembly tools workload:
dotnet workload install wasm-tools
- Verify the Installation: After the installation is complete, verify it by running:
dotnet workload list
Look for wasm-tools in the list of installed workloads.
For more information about the .NET workload, please refer to the documentation linked below.
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1147
Regards,
Arun Kumar R