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-Type: tex

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

[sqlite] Odd exception when creating a connection object

2019-05-01 Thread Roberts, Barry
Hi, We have a large C# application which uses the System.Data.SQLite.Core NuGet package. We have been running with version 1.0.107.0 since it was released without any issues. Last week we updated to version 1.0.110.0, and now we are seeing occasional odd errors appearing (fortunately we are