samples icon indicating copy to clipboard operation
samples copied to clipboard

dapr init --slim gives me - error moving dashboard.exe binary to path: rename

Open AvtsVivek opened this issue 2 years ago • 2 comments

I am trying to do this dapr slim sample.

I ensure a clean slate by running dapr uninstall --all.

Then I start with the first step of Slim Init.

error moving dashboard.exe binary to path: rename C:\Users\UserName\.dapr\bin\release\windows_amd64\dashboard.exe C:\Users\UserName\.dapr\bin\dashboard.exe: Access is denied.

Note below I am running powershell as administrator.

image

What am I missing?

AvtsVivek avatar Jan 20 '22 07:01 AvtsVivek

Ok, I think I understood the problem.

While I ensured a clean slate by running dapr uninstall --all, I noticed dapr dashboard is still running in the background.

When I run dapr uninstall --all I feel dapr dashboard, if its running, must be also be stopped.

AvtsVivek avatar Jan 20 '22 07:01 AvtsVivek

@AvtsVivek can you please close this issue and create an issue with the CLI repository?

shubham1172 avatar Apr 10 '22 12:04 shubham1172

Close issue

msfussell avatar Aug 01 '23 00:08 msfussell