How to identify a process that is currently using a particular DLL

I ran into a problem when creating using Visual studio, it says that one DLL is not available because it is currently being used by another process, my question is how can I define a “different process”?

+5
source share
7 answers

Process Explorer has a tool that allows you to search for currently running processes for a specific file. To perform this search, go to FindFind Handle or DLL...and then enter the name of the file you are interested in.

+6
source

Process Explorer - , , , VS , , , , ( ) .

+1
+1
0

You can use Process Explorer to find out which processes loaded these Dlls.

0
source

Use the Find function (Find → Find descriptor or DLL) from SysInternals Process Explorer .

0
source

All Articles