Working with External References using code stages
I would like to use "System.IO.Compression.ZipFile" to unzip the file using the code stage for C#. The problem that I am having is with finding the correct External References to System.IO and proper Namespace Imports. Where can I find the dll that c...