从TFS上迁出一套代码,然后拷贝到另一个路径下。清理或者重新生成,都不成功,报错:

未能向文件“obj\Debug\xx.csproj.FileListAbsolute.txt”写入命令行。对路径“C:\xx\obj\Debug\xx.csproj.FileListAbsolute.txt”的访问被拒绝。 

发现bin和obj都是只读的,删掉。重新编译,成功。

相关文章:

  • 2021-05-30
  • 2021-08-08
  • 2022-12-23
  • 2021-09-01
  • 2021-08-22
  • 2021-10-03
  • 2021-11-30
  • 2021-09-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-06-15
相关资源
相似解决方案