Last active
December 19, 2017 17:41
-
-
Save bartread/b06e8258f4ae491355a8281cdc2bc2be to your computer and use it in GitHub Desktop.
Fix for a boring Visual Studio build error you don't care about because it's just in the way - run this if you get an error similar to "Unable to copy file "[project location]\packages\Microsoft.Net.Compilers.2.3.0-beta2\tools\System.Security.Cryptography.Primitives.dll" to "bin\roslyn\System.Security.Cryptography.Primitives.dll". Access to the …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskkill /IM iisexpress.exe /F | |
taskkill /im msbuild.exe /f /t | |
taskkill /im VBCSCompiler.exe /f /t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credit for this - Leftyx on this visualstudio.com thread: https://developercommunity.visualstudio.com/content/problem/71302/binroslyn-files-locked-during-build.html