Yah its really odd, if I replace the dll/database with an old version of sqlite everything works fine. Its just the more recent versions that aren't working. Thanks! -----Original Message----- From: Jay Sprenkle [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 9:52 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Unable to load DLL Help!
No, sorry. I'd validate the parameters passed to it to see if you have an invalid path or something similar. have you checked for permissions problems? is the account it's running from allowed access to everything it needs? On 11/19/05, Matt <[EMAIL PROTECTED]> wrote: > 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. >