Unable to copy a file from obj\Debug to bin\Debug

后端 未结 30 1398
清歌不尽
清歌不尽 2020-12-02 12:04

I have a project in C# and I get this error every time I try to compile the project:

(Unable to copy file \"obj\\Debug\\Project1.exe\" to \"bin\\Debug

30条回答
  •  萌比男神i
    2020-12-02 12:42

    My Visual studio 2019 suddenly stops and restarts and then when i run project this error comes.

    I resolve this issue by going into my project folder and delete bin and obj folder Then clean and rebuild my project. This resolve my issue.

提交回复
热议问题