Could be a bug in the Managed 7zip code. |
| Peter Bromberg replied to S Hanslope at 15-Feb-08 07:28 |
I've seen this on occasion. I'll take a look at it, the seven zip comes from the SDK and is not my code. Also, it could be that you are attempting to compress more data than a cookie can hold.
Also, try reducing the size of the dictionary in the SevenZipHelper class:
static int dictionary = 1 << 21; |
| Biography |
Peter Bromberg is a C# MVP, MCP, and .NET expert who has worked in banking ,financial and telephony for 20 years. Pete focuses exclusively on the .NET Platform, and his samples at GotDotNet.com have been downloaded over 56,000 times. Peter enjoys producing 3D raytraced digital photo collage with Maya, the beach, and fine wines. You can view Peter's UnBlog, IttyUrl, and BlogMetafinder sites. Please post questions at forums, not via email! |  |  |
|