UiPath Studio 2022.4.1 breaks local file access on my local robot through Assistant

Try these steps:

  • Close all Studio applications.

  • Open and edit uipath.config file (is present in the UiPath Studio installation folder), and perform these changes.

From

  <packageSettings>
    <add key="disableSecureXaml" value="False" />
  </packageSettings>

To

  <packageSettings>
    <add key="disableSecureXaml" value="True" />
  </packageSettings>
  • Copy the package folder with problems somewhere where your robot can access it
  • Open the package folder, and remove/delete the project.json. Then open the .local folder and remove everything except the db folder. Then enter in the db folder and remove the references.db file.
  • Restart the [Studio] (Introduction) machine
  • Open the copied folder and double click on Main.xaml file in order to be opened in Studio.
  • Share your findings.

  • We support backward compatibility, except for breaking changes announced in the official release notes, and following the product lifecycle.
    Newer Robots can execute projects created with older versions of Studio. For example, a project created with Studio 2018.4 should work on a 2019.10 Robot or newer.

  • We do not support forward compatibility. Projects created with newer versions of Studio might not work with older Robots. For example, a project created in Studio 2019.10 might not work with a 2018.4 Robot.

  • Projects created with alpha or beta Studio versions might not be compatible with newer Studio builds, nor can they be executed by newer Robots.

References: Compatibility matrix


Check this post also in the end: Updated UiPath and now get error "Could not find a part of the path" - #11

1 Like