[Mono-list] DllNotFoundException

Mike Kestner mkestner@speakeasy.net
08 Sep 2001 07:47:02 -0500


I'm getting the above exception out of a PInvoke scenario.  

I've tried everything from copying the dll to the app directory to
copying it into windows/system.  I've also tried using regsvr32 but that
reports an error about entry points and possibly having a corrupted
version loaded, or some such nonsense. I've also added paths to my PATH
variable in cygwin.

The dll in question is gtk-1.3.dll from the gimp installation, which
works fine with the gimp.

Can someone clue me up as to how to make this library visible to the
runtime on windows?  

Thanks,
Mike