DimitriLYR
(DimitriLYR)
February 23, 2024, 1:44pm
1
Hello, i have a small problem with a process.
When i launch on my laptop, the process works.
But when i publish into my orchestrator i have this message :
I’m try to delete the dependencies and the package on the virtual machine with this link
How to resolve the Error running the workflow "Could not load file or assembly UiPath.interop" ?
Resolution: The workflow error “Could not load file or assembly UiPath.interop” can be approached as below - Approach #1:
Open %userprofile% in your affected Robot system
Navigate to “.nuget” / packages / folder
[1.jpg]
Delete the highlighted folder "uipath" in .nuget location.
Reason: This would delete all the dependent files thus allowing to Robot to download the files again when the process…
But after that doesn’t works again…
Do you have a suggestion for me ?
Thanks a lot.
Anil_G
(Anil Gorthi)
February 23, 2024, 3:33pm
2
@DimitriLYR
you can copy the .nuget folder from your dev machine or specifically the missing package folder to the prod machine or the machine where you have issue
location: c:\users\<username>\.nuget
cheers
1 Like
postwick
(Paul Ostwick)
February 23, 2024, 3:57pm
3
Before you start manually copying .nupkg files to the server (which you shouldn’t have to do) you should try to resolve the problem.
Check the .Net version installed on the server compared to your laptop.
Also check with your network/security team to see if access to the package repository is being blocked. One way to test this is to RDP into the server, open the project in Studio, and see if the dependencies are broken.
1 Like
DimitriLYR
(DimitriLYR)
February 26, 2024, 9:44am
4
Hello, i’m testing
@Anil_G i have been copy the folder, but have the same problem.
Anil_G
(Anil Gorthi)
February 26, 2024, 10:31am
5
@DimitriLYR
Did you copy the missing reference related folder only?
Cheers
DimitriLYR
(DimitriLYR)
February 26, 2024, 10:45am
6
Hello, exactly but doesn’t works
DimitriLYR
(DimitriLYR)
February 27, 2024, 10:33am
7
.Net version are the same. Security are ok
DimitriLYR
(DimitriLYR)
February 27, 2024, 1:27pm
8
Guys, thanks for your help. Resolved with this link :
The process starts running (unattended), but while running it throws an exception "Invoke Workflow File: Could not load file or assembly 'UiPath.SmartData.Telemetry, Version=6.9.1.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.". The process is able to run completely in Debug mode.
UiPath.DocumentUnderstanding.Activities is not designed to be used in conjunction with Intelligent OCR. These two packages serve different purposes. UiPath.DocumentUnderstanding.Ac…
system
(system)
Closed
March 1, 2024, 1:27pm
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.