-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property CliPath: the path to the dcp executable used for Aaspire orchestration is required; Property DashboardPath: The path to the Aspire Dashboard binaries is missing #5674
Comments
@hydra1102 this looks like the same issue as #5486; you'll likely need to update your SDK to a newer version than 8.0.100. Other Fedora/RHEL users are reporting that installing SDK 8.0.401 works to unblock them. Basically, the build targets are expecting linux-x64 for the SDK architecture, but with 8.0.100 some distros are reporting custom architecture values for the check we make (i.e. fedora-x64 or rhel-x64 instead of linux-x64). |
@danegsta thanks. I have installed the sdk 8.0.401 by script, and run the aspire-starter succeeded |
Thanks for the report, @hydra1102. I have put up a PR #5695 that will fix this issue and you'll be able to remove the manual workarounds and won't need to pin to an older workload any longer. |
Uninstall/reinstall Aspire workload, clean and rebuild the solution has solved the problem. |
This worked for me. For anyone using the CLI the commands are |
the same problem and nothing of the above helped. please repoen this. |
@snuup can you please run |
Is there an existing issue for this?
Describe the bug
accrording to https://learn.microsoft.com/en-us/dotnet/aspire/get-started/build-your-first-aspire-app?pivots=dotnet-cli
1st dotnet new aspire-starter --use-redis-cache --output AspireSample
2nd modify the csproj file
3rd dotnet restore and succeeded
4th donet build and succeeded
5th dotnet run --project AspireSample/AspireSample.AppHost
when i run 5th step,the error occured:
Property CliPath: the path to the dcp executable used for Aaspire orchestration is required; Property DashboardPath: The path to the Aspire Dashboard binaries is missing
Expected Behavior
how can i fix the problem and run normally
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
Anything else?
the log content:
when 2nd step i write the aspire1.AppHost.csproj file content:
The text was updated successfully, but these errors were encountered: