我得到一个错误:
Error 1 Cannot copy assembly 'ICSharpCode.SharpZipLib.dll' to file 'FileLocation\bin\ICSharpCode.SharpZipLib.dllUnable to add 'FileLocation\bin\ICSharpCode.SharpZipLib.dll' to the Web site.Unable to add file 'bin\ICSharpCode.Sha
(System.String str) 0x00000 in :0 at ICSharpCode.SharpZipLib.Zip.ZipConstants.ConvertToArray ( System.Stringstr) 0x00000 in :0 at ICSharpCode.SharpZipLib.Zip.ZipConstants.ConvertToArray (Int32标志,System.Stringstr) 0x00000 in :0 at ICSharpCode.SharpZipLib.Zip.ZipOutputStream
// Create a password for the Zipfolder
// https://github.com/icsharpcode/SharpZipLib/wiki/Zip-Samplesusing (ICSharpCode.SharpZipLib.Zip.ZipFile ZipFile = new ICSharpCode.SharpZipLib.Zip.ZipFile(Path.GetFileName
我使用ICSharpCode.SharpZipLib解压一个包含文件、文件夹和子文件夹的文件,但我收到了一个错误,我在这里或任何其他论坛中都找不到这个错误。{}Unhandled Exception: ICSharpCode.SharpZipLib.SharpZipBaseException: Unknown block type 6
at ICSharpCode.SharpZipLib.Zip.Compression
要解压缩我的安装程序获得的文件,我使用的是ICSharpCode.SharpZipLib.ZipC:\Users\Bailey\Documents\Visual Studio 2012\net-20\ICSharpCode.SharpZipLib.dll
然而,当在VS2012上运行在Debug模式下时