Locking files when building in Visual Studio 2010

前端 未结 11 1862
粉色の甜心
粉色の甜心 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:23

    Nothing helped, not prebuild commands, neither designers closing, but I figured out a way that helped me, just changing from debug to release and vice-versa releases locked files and you can delete them without closing the IDE.

提交回复
热议问题