-
Notifications
You must be signed in to change notification settings - Fork 496
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
Aspire does not launch #6114
Comments
cc @joperezr |
Thanks for opening the issue @tibold. Looks like you are not on the latest version of Aspire yet, can you please try running If that doesn't work, can you please provide a binlog of your build so we can investigate further? To produce one, you can call |
I tried the workload update:
Then I ran:
|
Hey @joperezr , I have created a new aspire project from the Visual Studio 17.11.4 template to get a clean environment to test on.
|
Did some digging. 😇 The binlog did indeed help. Didn't think to look at it before, although the structured log viewer is one of my pinned tools. 🙈 The culprit seems to be the generated assembly attribtues.
However, the SDK target on my machine is doing something different:
Notice the The following target in the apphost csproj makes my project boot:
What I don't quite understand yet, is how another machine boots Aspire. |
same issue,how to fix it ? |
info: Aspire.Hosting.DistributedApplication[0] |
In my case, the issue was with the symbolic link. I had created a link for the folder C:\Users[username].nuget to another drive due to a lack of space. After removing the link, it started to work. |
wow, amazing! I had created a link for the nuget package folder. It works when i remove the link and change the package folder to other drive ! Thank you! |
I have this issue as well. Initially, I set my |
Is there an existing issue for this?
Describe the bug
Launching Aspire fails with an exception about not finding DCP.
Already tried reinstalling aspire workload in the Visual Studio Installer.
Expected Behavior
Aspire launches normally
Steps To Reproduce
No clue, the same project works on other machines.
Exceptions (if any)
.NET Version info
Anything else?
global.json
The text was updated successfully, but these errors were encountered: