aspire-samples icon indicating copy to clipboard operation
aspire-samples copied to clipboard

Property CliPath: The path to the DCP executable used for Aspire orchestration is required

Open to-mas-kral opened this issue 1 year ago • 6 comments

When I try to run any of the samples, I get this error: System.AggregateException: One or more errors occurred. (Property CliPath: The path to the DCP executable used for Aspire orchestration is required.; Property DashboardPath: The path to the Aspire Dashboard binaries is missing.)

I have installed the Aspire workload. I'm on ArchLinux with dotnet-sdk 108.

Interestingly, creating a sample with dotnet new aspire-starter --use-redis-cache --output AspireSample and running it with dotnet-run does work.

to-mas-kral avatar Oct 09 '24 16:10 to-mas-kral