some files in output directory are locked even the executable is stop running [closed]
I found sometime some files in output directory is locked even after executable finishes running. I have to restart the Visual studio to solve it. Is there simple way to get out from there?
Please learn about this tool, http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx
It can easily tell you what's up.
Try VSCommands 2010 extension. When error ocurrs saying that file is locked then just right-click (on error in error list window in Visual Studio) and select Apply Fix. This will tell you which application is using the process and try to fix that for you.
精彩评论