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

后端 未结 8 1804
既然无缘
既然无缘 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:45

    I delete this line in .csproj file

    
    

    And worked to me.

    I use Visual Studio 2019, and I don't know why apears suddenly this error in my project.

提交回复
热议问题