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”?
Process Explorer has a tool that allows you to search for currently running processes for a specific file. To perform this search, go to Find→ Find Handle or DLL...and then enter the name of the file you are interested in.
Find
Find Handle or DLL...
Process Explorer - , , , VS , , , , ( ) .
" " Process Explorer.
unlocker. .
You can use Process Explorer to find out which processes loaded these Dlls.
Use the Find function (Find → Find descriptor or DLL) from SysInternals Process Explorer .
tasklist / m thelocked.dll
Proposed
https://blogs.msdn.microsoft.com/winclient/2004/07/08/how-to-find-out-which-process-is-locking-a-dll/