It is in the bin directory of an asp.net application. "DllNotFoundException" is not valid because I can call other methods fine with the DLL. It is only when I call the Open() method that it shows the DLLNotFoundException. Further more I can see the dll being accessed using filemon.
Any other ideas? Thanks! -----Original Message----- From: Jay Sprenkle [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 6:54 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Unable to load DLL Help! It says "DllNotFoundException" which may mean your dll isn't in the right place. Is it in the application directory, or windows system directory? If you're running from a development environment the directory the program runs in is not always where the source code is located... On 11/19/05, Matt <[EMAIL PROTECTED]> wrote: