Error MSB3027: Could not copy “C:\pagefile.sys” to “bin\roslyn\pagefile.sys”. Exceeded retry count of 10. Failed

后端 未结 8 1799
既然无缘
既然无缘 2020-12-14 06:54

I am consistently getting this error with VS 2013:

Could not copy \"C:\\pagefile.sys\" to \"bin\\roslyn\\pagefile.sys\". Exceeded retry count of 10.

8条回答
  •  甜味超标
    2020-12-14 07:53

    I removed these packages from nuget package manager since I do not use them:

    • Microsoft.CodeDom.Providers.DotNetCompilerPlatform

    • Microsoft.Net.Compilers

    Now everything works.

提交回复
热议问题