I created a custom activity to rotate pdf file using iTextSharp in C#.
But when I add it to UiPath, pass the arguments and run the project it throws an error:
Rotate PDF : Could not load file or assembly 'itextsharp, Version=5.5.13.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' or one of its dependencies.
It says it can't find the given file.
Before creating a code for my custom activity I created a project in VS with exactly the same code. It worked fine, with no errors appearing.
What am I doing wrong?
I pass the path in the format of "C:\folder1\folder2\…"