View Single Post
Old 27-09-2007, 12:29 PM   #4
Jon Skeet [C# MVP]
Guest
 
Posts: n/a
Re: Zip file using a stream

Chris Fink <ChrisFink@discussions.microsoft.com> wrote:
> Thank You for your advice. I've switched to the ZipLib and have a few issues.
> #1 The last file is not being added to the ZipOutputStream entries
> #2 When I test the zip file by writing the stream to disk, it is 0 length,
> but valid.
>
> Any assistance you can provide is appreciated


Not sure - but I'd strongly suggest writing a smaller test app that
doesn't need to go to the database. It's much easier to isolate the
problem when it's just local. (It'll also be easier for me to
investigate.)

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
  Reply With Quote