Locking files when building in Visual Studio 2010

前端 未结 11 1873
粉色の甜心
粉色の甜心 2021-02-19 02:28

Hello there, Stackoverflow.

Recently, when I\'ve been programming in Visual Studio 2010, I\'ve been getting the problem with VS locking the bin/Debug/(Pr

11条回答
  •  孤独总比滥情好
    2021-02-19 03:14

    In my case the problem seem to be caused by the remote debugger. It starts on local machine when you compile with "x64" option. Try to change the project setting (properties/buid) until you reach the final version.

提交回复
热议问题