Error in UiPath Studio 2022.10.3 Community License

I need help, that error appears out of nowhere, in any state of the Uipath studio, some solution that I have found on the internet is to delete the file that mentions the path, but when I try to delete the file it tells me that the file is being used by another app.

I don’t know what to do I tried to delete or deactivate the application that it mentions but after I do it I get the error with another file or with another application.

the error appears every 2 minutes.

1 Like

Try to disconnect from TFS

or

  • Add *.jfm to your .gitignore

(In powershell, Add-Content .\.gitignore *.jfm)

  • You may need to run git rm --cached *.jfm

References: