Orchestrator can´t find part of a path when running job

Hi! I published a workflow to orchestrator, and when I run a job I get the following error:

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.AggregateException: One or more errors occurred. ----> System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\Talita Moscoso.nuget\packages\BV_contencioso\1.0.7019.35107\lib\net45\BV contencioso\config contencioso.txt’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader…ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
at System.IO.File.ReadAllText(String path)
at UiPath.Core.Activities.ReadTextFile.<>c__DisplayClass13_0.

When I go and look at the path mentioned, instead of finding …net45\BV contencioso\config contencioso.txt, I only find …net45\Main.xaml and … net45\project.json.

Any ideas what has gone wrong?

Regards,
Christophe

Hi,

Is config contencioso.txt used in your project ? If you used it, please check if the file in the correct directory or not. And also please note, you shouldn’t use absolute path in the project.

Thanks,
Aisling