Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for Active | Custom Development Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
AuthorForum: PowerTCP Zip Compression for ActiveX
Topic: 13001 Method '~' of object '~' Failed.
dijav81

From: Chicago, IL USA
Posts: 4
Member Since: 05/02/06
posted March 20, 2007 4:32 PM

Hello All,
I use DartZipCompression control "DartZip.dll" to uncompress a ".gz" file. This file is compressed using Unix tool Gzip. Everytime when I decompress the file at Clients end, I get above 13001 or 13501 error. However, when I decompress the same file at my end it works fine. Does anyone has any idea what file or do I need something to deploy at client side?

Here is the VB example that I use

 Set mUnZip = New DartZip.Zip
  mUnZip.FileStore.Format = zipUnix
  mUnZip.FileStore.Load (SourceFile)
  Call mUnZip.FileStore.Unzip(mLaunchDir, False, True)
 
  'Retrieve unzip file name
  unzipFile = mUnZip.FileStore.Item(1).Name

Please help

Thanks in advance
dijav81

From: Chicago, IL USA
Posts: 4
Member Since: 05/02/06
posted March 20, 2007 6:27 PM

So to elaborate more, I get error when on this line of code

munzip.FileStore.Load(SourceFile). The error is 13001 Application-defined or Object-defined error. Further, now I can replicate at my end as well as at the client ends. I have the .gz file if someone wants to take a look at it.

Thanks
Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX