I have created a workflow and put the workflow file in a shared drive. When I run it, it runs fine, but when someone else accesses the same file from the same location, it takes forever to load, and in some cases, comes up with errors like “timeout error” or “exception has been thrown by the target of an invocation”. Can someone help me understand why, and recommend what can be done to speed things up?
Try copying the project to local machine. Accessing source code from Shared drive isn’t recommended.
Thanks,
Ashok ![]()
Thanks so much!
"22.4.1+Branch.master.Sha.ae3dd5d96272ef2a8c7136934fe08624b9ad1069
Exception has been thrown by the target of an invocation.
RemoteException wrapping System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> RemoteException wrapping System.TypeLoadException: Could not load type ‘Namespace_3a2a.Main_Expressions’ from assembly ‘PDF_Signature_Check_Expressions_Main, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
at PDF_Signature_Check.Main…ctor()
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
— End of inner exception stack trace —
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object args, CultureInfo culture)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object args, CultureInfo culture, Object activationAttributes)
at System.Activator.CreateInstanceInternal(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object args, CultureInfo culture, Object activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(String assemblyName, String typeName)
at UiPath.MapFilePathToActivity_93063903935340c8aab522ec692cb083.MapFilePathToActivity(String relativePath)
at UiPath.Executor.WorkflowLoader.GetWorkflowFromXamlPath(String assemblyName, String xamlPath)
at UiPath.Executor.WorkflowLoader.LoadWorkflow(String xamlPath, String compiledWorkflowAssemblyName)
at UiPath.Executor.RobotRunner.InitWorkflowApplication()
at UiPath.Executor.RobotRunner.ExecuteJob()"
My team members keep getting these errors - do you know what this means? Sorry I don’t understand it haha
Thank you so much again
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.