Hi There,
I have SSIS project with me, I can run as it is. But, when I try to edit the script task;
shows an error : The name 'zipfile' does not exist in the current context
with out edit it works fine
Error code:
ZipFile.CreateFromDirectory(startPath, zipPath, CompressionLevel.Fastest,true);
How I can solve it ?