Hi,
What does this error message mean? And how to fix the issue?
Thanks
hello @Sinenhlanhla_Shelembe The “Refresh” (Most Likely Fix):
Save your work and Close UiPath Studio
Go to the folder on your computer where your project is saved.
Find the folder named .local`and Delete it (Don’t worry, UiPath will recreate a fresh, clean version of this folder the next time you open the project).
Open your project and try to run it again.
The "Dependency Repair
If Step 1 didn’t work, stay in UiPath Studio.
Look at the Project panel on the left.
Right-click on the word Dependencies.
Click Repair Dependencies. This tells UiPath to double-check that all its tools are installed correctly.
The “New Start” (If only one file is broken):**
Create a brand new Sequence or Flowchart in your project.
Copy all the activities from your “broken” file and paste them into the new one.
Delete the old file and rename the new one.
This means UiPath is trying to load a custom library/package (a .dll), but the assembly no longer exists, was moved or was not properly published.
Fix :
Delete any folder or reference related to SQL_Test_Expressions_Main and reopen the project again
if you still face error, Take a backup of your project then
Delete .json & rebuild project, this auto restores all the dependencies
As per the error, it looks like you are trying to run the project developed in higher studio version from lower version of the studio.
Possible fix will be just delete all the tem files in the project and also take backup of the project.json and delete it. Let the studio rebuild it as per the setup.
Give it a try.
If Solution Works for you please mark as Solution & let me know if u still face issue.
Thank You