OneGet / oneget

PackageManagement (aka OneGet) is a package manager for Windows
MIT License
2.38k stars 190 forks source link

"File in use" random error when installing AzureRM module #318

Open brywang-msft opened 6 years ago

brywang-msft commented 6 years ago

Original issue: PowerShell/PowerShellGet#178

Basically, while running Install-Module AzureRM, a random dependency will hit a random file access issue:

System.IO.IOException: The process cannot access the file
'C:\Users\myuser\AppData\Local\Temp\vosoicvg\Microsoft.Data.OData.dll' because it is being used by another process.
bmanikm commented 6 years ago

Another occurrence https://github.com/PowerShell/PowerShellGet/issues/194.