I have a custom .Net dll, that I am referencing in a Server Script that exposes the functionality to the Visual Toolbox so that I can leverage this in Visual Scripts within my processes.
The library and process validate fine, but when I try to deploy, the Library will deploy, and the projects get errors "The type or namespace name 'ExchCalendar' could not be found (are you missing a using directive or an assembly reference?)".
Is there somewhere else I need to copy this DLL to? I have it in my local "CustomLib" directory, and it picks up in intellisense. I also have it on my server in the "dotnetbin" directory.
Any tips / thoughts would be appreciated.
Thanks,
Ryan Posener