Subject: Is there a reason the help files don't match up to methods I actually see?
Date: 2010-12-08 03:47:35
From: Fred Mastro
Source: reason-help-files-don-t-match-methods-actually-see
----------------------------------------------------------------------

I'm trying to use the help file, but it doesn't match up to what I actually see in Intellisense.  
Help file 1.2 and 2.0 show this:

using ComponentPro.Compression;
private static void Encrypt(string fileName, string path, string password)
       {
            // Open or create an archive.
            Zip zip = new Zip(fileName);
            zip.EncryptionAlgorithm = EncryptionAlgorithm.Aes128;
            zip.Password = password
           zip.AddFiles(path);
           // Close the zip file.
            zip.Close();
     }

However, there is no "Zip" class in Compression namespace.

Under ComponenSoft.Compression...
I get ZlibInputStream
ZlibOutputStream
... Exception class.

That doesn't match at all.

Am I missing something?

We also use Ultimate FTP and Mail.  I thought all the Common namespaces where the same, so i refernced the UltimateZip.dll only. Since we had the rest.


ps. This editor doesn't for for crap in Chrome, and to use IE to format this post. ---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index