Re: [sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-23 Thread Bo Gusman
On 1/23/2014 15:08, Joe Mistachkin wrote: I have no idea what would cause 1.0.87.0 to stop working when it was working before. Has anything about the device itself or operating system changed? I can't rule it out, but I've not done anything with the device or the code since before the holida

Re: [sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-23 Thread Joe Mistachkin
Bo Gusman wrote: > > In my simple test project, it is failing when attempting to open the > connection. The same is true in the larger project with the 0.87 version > that has been working for months (and is now failing). > The 1.0.87.0 and 1.0.90.0 releases for the .NET Compact Framework sh

Re: [sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-23 Thread Bo Gusman
Thanks for the reply, Joe. I truly appreciate it. On 1/23/2014 13:47, Joe Mistachkin wrote: Bo Gusman wrote: System.MissingMethodException was unhandled Message="Could not load type 'System.Data.SQLite.SQLiteConnection' from assembly 'System.Data.SQLite, Version=1.0.90.0, Culture=neutral,

Re: [sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-23 Thread Joe Mistachkin
Bo Gusman wrote: > > System.MissingMethodException was unhandled >Message="Could not load type 'System.Data.SQLite.SQLiteConnection' > from assembly 'System.Data.SQLite, Version=1.0.90.0, Culture=neutral, > PublicKeyToken=1FDB50B1B62B4C84'." > What method is it trying to call at that poi

[sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-22 Thread Bo Gusman
I have been working with SQLite on a WIndows CE project using System.Data.Sqlite (1.0.87) for about 8 months now. It has worked very well until recently. Early this week, I returned to the project to make some changes to the GUI, totally unrelated to the database and began receiving "MissingMet