Hi guys, I have developed a process using @studio 2021 that involves downloading files from web using DownloadFiles @Activities. When I publish to the @Orchestrator 2019 it takes too long and after finishing and running the job process I get the error below.
System exception.Cannot create unknown type '{clr-namespace:DownloadFile;assembly=Download File}DownloadFile'.
But Same process if I run it on my development environment through studio 2021 it works fine.
Hi @melanie, basically this process queries the database and get file URL for downloads. So when I take invoked workflow and turn it into process so that it only download one file, works fine. So I’m not able to understand why the whole code should not run.
Hi @ermanoj3101 I tried your method and it is taking too long to install the process. I have checked on the forum seems it is taking long to install because of the libraries and being downloaded from market place.
Kindly assist on your views if you have had this issue.
I solved it by copying all libraries (nuGet folder) in development environment that I have used to develop the process and pasted in the production robot libraries (nuGet folder).
nuGet folder is usually found in: C:\Users\your_username.nuget\packages
@Aleem_Khan path pattern is same in source and destination except the username, so you just paste and when popup for file replace comes you click skip all so that only new libraries can be added.