When executing a Workflow with a C # Script, I get the following error "Could not load file or assembly" error. The external reference is present in the script and the Workflow validates and publishes without error.
The script has an external dll that calls an additional library. Both dlls were added as references to the script.
I am however able to run the script without getting the error when using the debug mode (F5).
Has anyone seen this before?