Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2017 locking files

Visual Studio Version 15.2 (26430.6) Release.

Having recently updated to the above version I am running into continuous issues with VS locking up files when trying to build.

Could not copy "obj\Debug\projHype.dll" to "bin\Debug\projHype.dll". Exceeded retry count of 10. Failed.

Also tried running VS2017 with and with out admin priveledges

I tried the suggestions for older versions of visual studio but to no avail. Any ideas how to get around this?

like image 977
Andrew Hales Avatar asked Nov 08 '22 22:11

Andrew Hales


1 Answers

For anyone encountering this. Updating to version 26430.12 will resolve this. Looks like the previous release contained a bug.

like image 96
Andrew Hales Avatar answered Nov 15 '22 10:11

Andrew Hales