Welcome to the Xceed Community | Help
Community Search  
More Search Options

XceedZip1.EncryptionMethod = xemWinZipAES Error "Set not permitted"

Sort Posts: Previous Next
  •  02-09-2011, 6:45 AM Post no. 29782

    XceedZip1.EncryptionMethod = xemWinZipAES Error "Set not permitted"

    HI,

    I'm using BV6, i want to encrypt a zip file using the encryption method xemWinZipAES but I get this error on the line where I set the Encryption Method to xemWinZipAES. I have red all the forums relating to a possible problem but noting helps.

     Here is my code:

     Dim lvLicence As Boolean

        lvLicence = XceedZip1.License("##### - ###### - ###### - ####") 

        XceedZip1.ZipFilename = "C:\Users\bviljoen\Desktop\Filename.zip"

        XceedZip1.FilesToProcess = "C:\MyFiles\*"

        XceedZip1.ProcessSubfolders = False

        XceedZip1.EncryptionMethod = xemWinZipAES

        XceedZip1.EncryptionStrength = 256

        XceedZip1.EncryptionPassword = "password"


        Dim resultcode As xcdError

        resultcode = XceedZip1.Zip()


        MsgBox (resultcode)

     

    I got the code from a example on Xceed. Now if the code is fine, I want to know what licence key I need to get this error to disapear.

     

    Thanks 

    Filed under:
  •  02-10-2011, 4:52 PM Post no. 29827 in reply to 29782

    Re: XceedZip1.EncryptionMethod = xemWinZipAES Error "Set not permitted"

    Hi Berthus,

    Please refer to the Remarks section of the EncryptionMethod property in our documentation:
    http://doc.xceedsoft.com/products/XceedZip/EncryptionMethod_property.html

     


    ** Quick Tip: Clients with an active support subscription should be sending their questions by email if they wish to benefit from the faster response time. Thanks!


    Diane Lafontaine
    Technical Support
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.