I'm using Mono 1.1.9 on my web server (have had some trouble getting newer versions to compile, but that's another story) and am trying to get the compression library SharpZipLib working. I compile my own DLL for it in Visual Studio the same way I compile my web projects, and include it in a project just fine.

The problem, however, is that when my project references any SharpZipLib code, it always throws "Object reference not set to an instance of an object." Everything works fine when I run on the local Windows machine, no problem. But hosting it on Mono (Mod_Mono on Apache on Slackware) always throws that exception the moment it tries to instantiate any SharpZipLib class (even Crc32, which doesn't do anything at construction).

So my question is, has anybody had experience getting SharpZipLib to work under Mono? Is there something simple I'm overlooking? Or perhaps someone has had luck with another compression library (my goal is to just make some simple Zip files for users to download)?

Any help would be much appreciated, thank you.


Regards,
David P. Donahue
[EMAIL PROTECTED]
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to