After updating UiPath Studio to v.25.10.1, the name of one of my processes was changed to “UiPath_REFramework.” As a result, I got an error when trying to run the process on a remote machine:
Could not load file or assembly ‘UiPath_REFramework, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified
In the older versions, the name was displayed properly in UiPath Studio - both in Project Settings and in project.json. However, after updating to v.25.10.1, the process name didn’t display correctly in Project Settings, while project.json still contained the correct name.
The error is now fixed (I just restored the original process name in Project Settings in UiPath Studio), but does anyone know why this issue might have happened and how to avoid it in the future?