RE: [sqlite] Unable to load DLL Help!

2005-11-21 Thread Matt
Not totally sure, the descriptions of the error just sounded different...But could be related... -Original Message- From: Rob Lohman [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 12:33 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Unable to load DLL Help! How can you

Re: [sqlite] Unable to load DLL Help!

2005-11-21 Thread Rob Lohman
;ok"? It sounds pretty feasable, especially since a recompile seems to solve the issue. - Original Message - From: "Matt" <[EMAIL PROTECTED]> To: Sent: Monday, November 21, 2005 1:00 AM Subject: RE: [sqlite] Unable to load DLL Help! No, it doesn't appear to

RE: [sqlite] Unable to load DLL Help!

2005-11-20 Thread Matt
No, it doesn't appear to be related to this. -Matt -Original Message- From: Joe Wilson [mailto:[EMAIL PROTECTED] Sent: Sunday, November 20, 2005 3:19 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] Unable to load DLL Help! Was it related to this bug? Ticket 1474: SQLITE

RE: [sqlite] Unable to load DLL Help!

2005-11-20 Thread Joe Wilson
orks with windows 2003 (sp1). I downloaded the > source and compiled it manually and everything works fine! > > Thanks > Matt > > -Original Message- > From: Chris Schirlinger [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 19, 2005 1:18 PM > To: sqlite-users@

RE: [sqlite] Unable to load DLL Help!

2005-11-20 Thread Matt
Sent: Saturday, November 19, 2005 1:18 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Unable to load DLL Help! > [DllNotFoundException: Unable to load DLL (sqlite3).] ... > Im assuming "unable to load dll" is not the actual problem, the dll is in > the correct directory an

Re: [sqlite] Unable to load DLL Help!

2005-11-19 Thread Chris Schirlinger
> [DllNotFoundException: Unable to load DLL (sqlite3).] ... > Im assuming "unable to load dll" is not the actual problem, the dll is in > the correct directory and was working fine until today. I tried an old > version of sqlite3.dll (before the autoincrement feature was implemented) > which seeme

RE: [sqlite] Unable to load DLL Help!

2005-11-19 Thread Matt
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 need

Re: [sqlite] Unable to load DLL Help!

2005-11-19 Thread Jay Sprenkle
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

RE: [sqlite] Unable to load DLL Help!

2005-11-19 Thread Matt
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

Re: [sqlite] Unable to load DLL Help!

2005-11-19 Thread Jay Sprenkle
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 <

RE: [sqlite] Unable to load DLL Help!

2005-11-18 Thread Matt
Update: said error only happens when calling the Open() method. -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:02 PM To: sqlite-users@sqlite.org Subject: [sqlite] Unable to load DLL Help! Im using the ado.net dataprovider for sqlite and getting