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

Common dnvm upgrade exception: Cannot remove item ...\.dnx\runtimes\temp\_rels\: The directory is not empty. #495

Closed
guardrex opened this issue Apr 28, 2015 · 0 comments

Comments

@guardrex
Copy link
Contributor

Platform: Win7
DNVM: v1.0.0-beta5-10371

This exception is fairly common for me on command:

dnvm upgrade -r coreclr -arch x64 -Unstable

Output:

Determining latest version
Downloading dnx-coreclr-win-x64.1.0.0-beta5-11631 from https://www.myget.org/F/aspnetvnext/api/v2
Remove-Item : Cannot remove item ...\.dnx\runtimes\temp\_rels\: The directory is not empty.
At ...\.dnx\bin\dnvm.ps1:605 char:9
* Remove-Item -LiteralPath ($UnpackFolder + "\rels\") -Force -Recurse
* CategoryInfo : WriteError: (...\.dnx\runtimes\temp\_rels\:DirectoryInfo) [Remove-Item], IOException + FullyQualifiedErrorId: RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand

... proceeds normally after that ... adds to PATH ... compiles native images ... updates alias.

ryanbrandenburg pushed a commit that referenced this issue Nov 22, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant