Re: [sqlite] Odd exception when creating a connection object

2019-05-15 Thread Joe Mistachkin
Barry Roberts wrote: > > Unfortunately the problem seems to be very difficult to replicate reliably. > Generally we are seeing around about a 5% failure rate at application start. > Any further info, ask away. > So far, I've been unable to reproduce the problematic behavior. I've added some new

Re: [sqlite] Odd exception when creating a connection object

2019-05-15 Thread Roberts, Barry
. Message: 7 Date: Tue, 14 May 2019 16:34:16 -0400 From: "Joe Mistachkin" To: "'General Discussion of SQLite Database'" Subject: Re: [sqlite] Odd exception when creating a connection object Message-ID: <3EA5A76974A44B60A3EC32B67C8C6D5A@LACHRYMOSE> Content

Re: [sqlite] Odd exception when creating a connection object

2019-05-14 Thread Joe Mistachkin
Barry Roberts wrote: > > InvalidOperationException: code = Misuse (21), message = > System.Data.SQLite.SQLiteException (0x87EF): bad parameter or other API > misuse > Are you using multiple AppDomains? Do you have other threads in the process accessing SQLite via its native API while the