I am using the sample VB.NET that is found in the downloads on http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx.
When I create a zip file with the CreateZipFile project and then attempted to open it with the Windows XP Compress Folders untility, first I see a blank file listing in the contents window; then when I use the Extract wizard I get an dialog box "Windows has blocked access to these files to help project your computer." I follow the instructions to unblock the zip file but the "Unblock" checkbox is not there.
I am using the NET 2.0 binary files found on the same web page above.
All of the VB project files upgraded ok to NET 2.0 and work with each other. I tried different Compression Methods in the sample code but had the same problem.
I have another utility to examine the zip file and it appears as if some extraneous stuff is showing up at the end.
Any ideas?
Dennis