Hi.
I'm trying to use custom libraries, but i cannot do that.
When I'm trying to deploy solution I got next error: "The type or namespace name 'library_name' does not exist in the namespace 'namespace' (are you missing an assembly reference?)".
Example library: System.Data.Oracle.dll (old version - 2.0.50727.3053)
I tried next steps to use DLLs:
1) add DLL to "Program Files\Metastorm\BPM\Deployment\CustomLib" and "Program Files\Metastorm\BPM\Designer\CustomLib" on local machine;
2) add DLL to "Program Files\Metastorm\BPM\Engine\dotnetbin\" on Metastorm server;
3) check on namespaces System.Data.OracleClient in Metastorm Options -> Scripting -> Namespaces.
Server script give me access to DLL, i write code with classes from DLL and then project validate successfully, but deployment cannot be done.
Maybe there's some details, unknown to me, how to work with external DLLs?