What if the output file is locked by another process? How can I identify and resolve this?

Question

Grade: Education Subject: Support
What if the output file is locked by another process? How can I identify and resolve this?
Asked by:
90 Viewed 90 Answers

Answer (90)

Best Answer
(340)
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.