Hi!
After Migrating our processes to new Windows from Legacy, one of our processes are not able to run from our Robot PC through Orchestrator. The Process can be run from our developer PC, No problem, but as soon as it is activated from Orchestrator, we get the following issue:
"
Could not load file or assembly ‘0034_FinanceApprovalReminders, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.
RemoteException wrapping System.IO.FileNotFoundException: Could not load file or assembly ‘0034_FinanceApprovalReminders, 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(String assemblyName, String xamlPath)
at UiPath.Executor.WorkflowLoader.LoadWorkflow(String xamlPath, String compiledWorkflowAssemblyName)
at UiPath.Executor.WorkflowRuntime.Load(String workflowFile, String compiledWorkflowAssemblyName)
at UiPath.Executor.WorkflowRuntime.Load(String workflowFile)
at UiPath.Executor.RobotRunner.InitWorkflowApplication()
at UiPath.Executor.RobotRunner.ExecuteJob()
"
We have tried removing the nuget package and even restarted the Robot PC but the issue still persists. We thought it might be an issue with the namespaces of some of the old dependencies, but all references has been removed.
Any advice?
Best Regards,
Mikkel