The requested operation cannot be performed on a file with a user-mapped section open

后端 未结 28 1586
深忆病人
深忆病人 2020-12-07 16:03

Whenever I tried to copy 4 files into my bin folder, after stopping the main service, I am getting an error with one file (TexteDll). The error is:

Cannot co         


        
28条回答
  •  北海茫月
    2020-12-07 16:39

    Others have already established that this error is due to another application having a lock on the file. Just wanted to point out that git diff locks files as well until you quit out of it. That's what caused this in my case.

提交回复
热议问题