I have an application which uses the ICSharpZipLib.dll. I have code within which returns the number of compressed files within a zip file. In the development environment, (non Citrix), the code returns the correct amout of files. Within the Citrix environment, it returns the number of files one would be able to access if using Winzip, which is far less than the actual number of compressed files for a large zip file. The actually number of compressed files in this instance is 120,243.
I am unsure of how to troubleshoot this to get the correct number of files. If anyone has any suggestions, my thanks to you in advance.
Open in new window