Additional Software Required

  • When I launch Essential Studio and click on Blazor, I get an error message saying "Additional Software Required": .NET workload wasm-tools. How do I fix this?

1 Reply

AK Arun Kumar Ragu Syncfusion Team November 22, 2024 07:08 AM UTC

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


Loader.
Up arrow icon