Some of our users are getting an issue with the version of sqlite.interop.dll that is being loaded at runtime, and it\'s a real head scratcher.
Background: A WPF applica
SQLite.Interop.dll is loaded in a tricky way.
By using any reflector you can inspect UnsafeNativeMethods.Initialize() method in System.Data.SQLite.dll by yourself.
Some notes to demonstrate, that it is possible to get something interesting by reflection(1.0.89 version):
Source code is also available.