I am getting the error 'Wrong Local Header Signature 0x75746552' when I execute the GetNextEntry method in my code below...
ZipInputStream oZipStream = new ZipInputStream(strmZipFile);
ZipEntry sEntry = oZipStream.GetNextEntry();
I am using the .NET 1.1 version 0.85.4.369 and have also tried .NET 2.0 but get the same error.
I have tried a number of Zip files but get the same error every time.
Any ideas anyone?