Question
What if the output file is locked by another process? How can I identify and resolve this?
Asked by: USER7728
90 Viewed
90 Answers
Answer (90)
Use Task Manager (Ctrl+Shift+Esc) to identify any processes that might be using the output file (e.g., the previous version of the executable, an antivirus scan). Close those processes. Resource Monitor (accessible through Task Manager's Performance tab) can also help pinpoint file locks. Restarting your computer can also release locks.