vs2010 调试出现 LINK : fatal error LNK1104: 无法打开文件“......exe”

VS2010 is keeping a file lock on a static library in our solution after a debugging session. This prevents us from compiling changes to the library and forces us to close and re-start VS to unlock the file.

 

 

http://stackoverflow.com/questions/3906404/link-fatal-error-lnk1104-cannot-open-file-d-myproj-exe

 

https://connect.microsoft.com/VisualStudio/feedback/details/551819/vs2010-locks-static-library-after-debug-session

你可能感兴趣的:(vs2010 调试出现 LINK : fatal error LNK1104: 无法打开文件“......exe”)