Reputation: 439
Anyone know a tool I can use to debug "cannot access the file because it is being used by another process" exceptions? I suspect a virus scanner but I can't be sure.
Upvotes: 2
Views: 94
Reputation: 1299
There is also a solution using MS sysinternals called handles: http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx
Upvotes: 1
Reputation: 182000
WhoLockMe will tell you which process is keeping the file locked.
Upvotes: 3
Reputation: 86768
Sysinternals Process Explorer
or Procmon
are the best tools for this.
Upvotes: 3