Hi,
I have made a code stage to zip a folder. That code stage has zero errors. When i run that code stage from debugging, it runs perfectly. When I run it from control room. It tells me this :
" ERROR: Internal : Could not run the object because one of the code stages has a compile error, use Check for Errors for a list of problems " |
The code stage has the following code for zipping a folder:
System.IO.Compression.ZipFile.CreateFromDirectory(inputFolderPath, outputZipPath);
Can someone please tell me if anything is wrong with my code?
------------------------------
Kashish Jain
Application Engineer
Schneider Electric
------------------------------