run session could not be started #1671
-
I'm trying to run a project with a project path: var builder = DistributedApplication.CreateBuilder(args);
var idp = builder.AddProject(name: "visionbox.connext.identity", @"..\..\XXX\XXX.csproj");
var host = builder.Build();
host.Run(); and Im getting these errors:
The same project runs as project reference in another Aspire host. What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
And now it works. Go figure. |
Beta Was this translation helpful? Give feedback.
-
It works with path, only if there's also a project reference. |
Beta Was this translation helpful? Give feedback.
-
Known issue #1486 |
Beta Was this translation helpful? Give feedback.
-
I had the same issue with Visual Studio 2022 Version 17.14.0. I updated to 17.14.3 and it fixed it... |
Beta Was this translation helpful? Give feedback.
Known issue #1486