I have an issue regarding the library, I had created a custom library and published that custom library on a local machine.
And install a custom library NuGet package in the process. After that, I published a process and that published process NuGet package execute on a different machine through the robot.
I had check all packages look good in that NuGet package.
When I tried to execute process NuGet package through robot it through the same error on the screen.
I think when I publish process, all dependencies are automatically published in a process NuGet package.
Right?
Is the custom library present in your local machine and you are trying to run the process which is using this “CUSTOM LIBRARY” in a different machine? I believe the other machine won’t be able to install this library as part of dependency and you need to have it somewhere where both these machines are able to view/edit it.
@sams
So i would like you to do this step one more time but with the following changes:-
1.Publish the library to the shared folder directly from your dev machine and utilize the same in your workflow(make sure you download the library from the shared drive).
2.Publish the whole process and then try running it from the other machine .