First ever use and a crash

Just installed 15-day trial version to evaluate and selected File->New application and it crashes with the error in the attachment.

Windows 10 laptop I5 16GB

Any help would be great as I need to evaluate this ASAP
Thanks

Kevin

Hi @Padg,

This happens because either:

  • You don't have any version of .NET 7 installed or
  • Radzen Blazor Studio cannot find it in the PATH.

You can verify this by opening a command prompt and executing dotnet --version.

Installing .NET 7 should resolve the problem.

@korchev Brilliant thanks worked