Running fails with access denied

Hello,
I´m a first time user
When I try to run I have this error:

radzen: Generating code ...
radzen: Code generation done in 205ms.
dotnet: System.ComponentModel.Win32Exception (5): Acc�s refus�. (Access denied)
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Microsoft.DotNet.Cli.Utils.Command.Execute()
at Microsoft.DotNet.Tools.Run.RunCommand.Execute()
at Microsoft.DotNet.Tools.Run.RunCommand.Run(String[] args)
at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, ITelemetry telemetryClient)
at Microsoft.DotNet.Cli.Program.Main(String[] args)

I have started Radzen has administrator
Thank you
Gilles

Radzen is using .NET Core CLI to build and run the application. Make sure .NET Core CLI can work normally.