You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REGRESSION INFO: Works fine with Aspire 8.0.0-preview.2
INSTALL STEPS
Clean machine: Win11 x64 23h2 ENU
Install latest VS 17.10 P1 build from [main-34524.14] (Web workload with 8.0 SDK and runtime, 6.0 runtime and 7.0 runtime checked)
CLI workload update and install aspire workload: [version 8.0.0-preview.3.24071.6]
Apply NuGet Feeds
REPRO STEPS
New Project > Web App > name it 'WebAppRp1' > check 'Enlist in Aspire' checkbox during project creation
Build
Ctrl+F5
ACTUAL
Hosting failed to start. DCP does not seem to be installed
System.IO.FileNotFoundException: The Aspire application host is not installed at "C:\Users\balach.dcp\dcp.exe". The application cannot be run without it.
Note: I can also reproduce this using command line
The text was updated successfully, but these errors were encountered:
Can you run dotnet workload list and dotnet --list-sdks from the project folder and share the output? That error indicates that at least the orchestration package in the workload isn't loading.
REGRESSION INFO: Works fine with Aspire 8.0.0-preview.2
INSTALL STEPS
REPRO STEPS
ACTUAL
Hosting failed to start. DCP does not seem to be installed
System.IO.FileNotFoundException: The Aspire application host is not installed at "C:\Users\balach.dcp\dcp.exe". The application cannot be run without it.
Note: I can also reproduce this using command line
The text was updated successfully, but these errors were encountered: