Skip to content
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

Unable to view weather page in webfrontend endpoint when running AspireWithDapr solution with error 'CreateFile .dapr\components: The system cannot find the path specified #65

Closed
balachir opened this issue Dec 11, 2023 · 3 comments
Assignees

Comments

@balachir
Copy link
Contributor

REGRESSION INFO: Worked fine with Aspire 8.0.0-preview.1.23557.2

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.9 Preview 2
  3. Install Aspire Preview 2 latest build 8.0.0-preview.2.23610.1
  4. Apply NuGet Feeds

REPRO STEPS

  1. Clone aspire-samples repo
  2. Checkout preview.2 branch
  3. Update NuGet.config to use the dotnet-tools feed
  4. Update Directory.Packages.props to use aspire version 8.0.0-preview.2.23610.1
  5. Open solution AspireWithDapr.sln
  6. Build and Ctrl+F5

ACTUAL
Initially, I ran the solution without installing dapr CLI. I get errors as shown below.

image

image

After I install dapr CLI from here, I now see the following error

image

EXPECTED
Able to successfully run the AspireWithDapr solution

@balachir
Copy link
Contributor Author

@davidfowl @DamianEdwards can you take a look, please?

@davidfowl
Copy link
Member

@philliphoff seems like a regression maybe?

@balachir
Copy link
Contributor Author

I had forgotten to run dapr init. It works fine now. I've sent a PR to update the README for preview 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants