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

后端 未结 30 1479
清歌不尽
清歌不尽 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条回答
  •  感情败类
    2020-12-02 12:47

    We recently experienced this on a WinPhone 8 project, in VS 2012 Update 2.

    Inexplicably, the cause was using the Tuple type. Removing the code that used a Tuple the problem went away. Add the code back the problem returned.

提交回复
热议问题