Custom DLL referenced in Library does not work

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

Tagged:

Comments

  • Nevermind - I figured it out - there is also a "CustomLib" directory under the Deployment service, and I'm using the local deployment service (as part of the work-around since you cannot deploy to remote servers).

  • thanks, and you need copy the DLL to Engine dotnetbin as well.