GlobalVariablesT1PNoYwrqg.dll is in use

I am unable to switch to another branch due to .local folder can anyone please help me on this. I have tries deleting it as well but couldn’t succeed

Hi @astha.virani,

When you mentioned that you tried to delete it but it didn’t succeed, were you referring to being unable to delete the folder, or that the issue wasn’t resolved? If you weren’t able to delete it, you can try force removing the .local folder with permissions.

Use sudo rm -rf .local on Linux/Mac or rmdir /s /q .local on Windows.

Hi thanks for the reply actually I deleted it then it works but whenever I open studio .local folder appears automatically

Open Task Manager (Ctrl + Shift + Esc).
Look for any processes that might be using the .dll file.
End the task associated with the process.

1 Like

@astha.virani,

Is your code stored on a Shared Drive? If yes, that’s not a good practice and can result into this kind of error. Try copying the code on local drive, do the work and then move the code back to Shared Drive.

1 Like

ok thanks for this. let me try doing it

ok thanks for this. let me try doing it.