Some way to find which process(es) are using some assembly?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have some automated build tools. However, sometimes the build fails
because I forget that I have a VS.NET 2003 open that references the assembly
I am rebuilding. Or more generally, how could I find out which processes are
holding references to a certain assembly, so that I may close them before
building?
 
Back
Top