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

后端 未结 28 1616
深忆病人
深忆病人 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:56

    I had same problem and in my case it appeared that existing output file was locked by other application.

    You can check which application is locking your output file with OpenedFilesView: http://www.nirsoft.net/utils/opened_files_view.html

提交回复
热议问题