R
Rodrigo Gomes
Hello,
anyone have already used SHARPZIPLIB inside a CF project ? I'm having some
problems with it.
I installed ICSharpCode.SharpZipLib.dll to GAC with gacutil. Then added the
ICSharpCode.SharpZipLib.dll to my project references and used as samples
files do.
But when I call this part of code an error pops up:
"File name or module (assembly) 'System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089', or a dependency file
wasn't found."
May I have to do something else. Anyone could help me on that ?
Thanks in advance,
Rodrigo Gomes
C# Code
using ICSharpCode.SharpZipLib.Zip;
....
FastZip fz = new FastZip();
fz.CreateZip("MSNG.zip", "\\Program Files\\Mobile", false, ""); // Error
Line
....
End
anyone have already used SHARPZIPLIB inside a CF project ? I'm having some
problems with it.
I installed ICSharpCode.SharpZipLib.dll to GAC with gacutil. Then added the
ICSharpCode.SharpZipLib.dll to my project references and used as samples
files do.
But when I call this part of code an error pops up:
"File name or module (assembly) 'System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089', or a dependency file
wasn't found."
May I have to do something else. Anyone could help me on that ?
Thanks in advance,
Rodrigo Gomes
C# Code
using ICSharpCode.SharpZipLib.Zip;
....
FastZip fz = new FastZip();
fz.CreateZip("MSNG.zip", "\\Program Files\\Mobile", false, ""); // Error
Line
....
End