Hi , im getting below error when my process is triggered in unattened mode and assistance also i tried same exception occurred but if i open the package and do the debug in that machine it’s working fine why it is not working in UiPath assistance and orchestrator can you please help me on this topic Could not load file or assembly ‘Process Name, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly ‘Process Name, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified. at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly) at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, RuntimeAssembly requestingAssembly, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext) at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName) at UiPath.Executor.WorkflowLoader.GetWorkflowFromXamlPath(WorkflowFile workflowFile) at UiPath.Executor.WorkflowLoader.LoadWorkflow(String xamlPath, String compiledWorkflowAssemblyName) at UiPath.Executor.RobotRunner.InitWorkflowApplication() at UiPath.Executor.RobotRunner.ExecuteJob(Boolean preLoaded)
Are you running the process manually on orchestrator or you have given a trigger?
Thanks!!
Hello @revathi.alagar
Could you please take a look at the post below and verify on your machine for unattended execution.
Regards
Soren
i was running the code in the studio and it’s working fine.
But same package was not working when i run in UiPath assistance and unattend schedule mode.
Try one thing might works.
1: Schedule that process for some random time (testing purpose)
2: Sign out the system during that period and sign in again after completion of process.
Thanks!!
do you have alternative solution ?
Welcome to the community
Looks like the process is not able to be downloaded by assistant or robot
Check if the feeds are blocked or if there are any firewalls..if personal for now try to turnoff firewall and check
Cheers