Property DashboardPath: The path to the Aspire Dashboard binaries is missing #4195
Replies: 3 comments 2 replies
-
I'd suggest using the project templates. I'm not sure how you made the apphost project, but it looks like its missing all of the required settings from launchSettings to make it run.
Add a project reference to the AppHost project and it will generate the strongly typed references. The documentation has a tutorial for how to add aspire to your existing application: https://learn.microsoft.com/en-us/dotnet/aspire/get-started/add-aspire-existing-app |
Beta Was this translation helpful? Give feedback.
-
Hi @davidfowl thanks for the response. I'll lookup the link you've provided |
Beta Was this translation helpful? Give feedback.
-
Hey @davidfowl, I've cloned the sample repo and just trying to run the Metrics sample following the readme instructions. I face the same issue as the original poster.
This caused a compilation error:
So I changed it to
The code now compiles but I get this error below.
I will have a look at the links you sent above to see if it helps to resolve it but if you have any ideas too, that would be great :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to add Aspire to my OSS project, to see if it can help with some productivity issues I'm facing.
My immediate observations are:
AddProject
method:I realize it's preview, but it doesn't seem like I'm trying to achieve rocket-science here.
Can anyone explain what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions