.Net 使用 7zip 壓縮出現 Can not load 7-zip library or internal COM error .Net 使用 7zip 壓縮出現 Can not load 7-zip library or internal COM error
  .NET       ez      2012-05-04

當使用 SevenZipSharp 出現 Can not load 7-zip library or internal COM error

只需加入以下這行,指定 DLL 位置即可!

 SevenZipCompressor.SetLibraryPath(Server.MapPath("~/bin/7z.dll"));

 


標籤:   .NET

我要留言