Skip to content

Instantly share code, notes, and snippets.

@bartread
Last active December 19, 2017 17:41
Show Gist options
  • Save bartread/b06e8258f4ae491355a8281cdc2bc2be to your computer and use it in GitHub Desktop.
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 …
taskkill /IM iisexpress.exe /F
taskkill /im msbuild.exe /f /t
taskkill /im VBCSCompiler.exe /f /t
@bartread
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment