Hi im trying to run my process, sometimes its runnig fine , when i try to run another time , its throwing error , [localpath]\process.dll is used my another process error
Hi @soundarya_k
The error message you’re encountering, “[localpath]\process.dll is used by another process,” suggests that the DLL file associated with your process is currently being used by another application or process. This can occur if the DLL file is locked or in use by another program.
To resolve this issue, you can try the following steps:
- Close all instances of UiPath Studio or any other applications that might be using the DLL file.
- Restart your computer to ensure that any lingering processes are terminated.
- Open UiPath Studio and try running your process again to see if the error persists.
Thanks!!
no not running the process, im killing UiPath from task manager and running still same issue , issue getting reolsved only if we restart machine, but everytime it doesnt work that way
yes its works only if we restart computer , but everytime restarting cannot be a possible solution , anyother option to overcome this issue