Could not load file

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

But after that doesn’t works again…

Do you have a suggestion for me ?

Thanks a lot.

@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

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

Hello, i’m testing :slight_smile:

@Anil_G i have been copy the folder, but have the same problem.

@DimitriLYR

Did you copy the missing reference related folder only?

Cheers

Hello, exactly but doesn’t works :confused:

.Net version are the same. Security are ok :confused:

Guys, thanks for your help. Resolved with this link :

:slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.