Solved
using statement in script
I referenced a DLL which contains C# code. When I add the using statement, to script, I keep getting an error message stating that the namespace cannot be found.
The type or namespace name ABCCloud' could not be found (are you missing a using directive or an assembly reference?)
What other steps can I take to resolve this error?