I\'m working with WPF. When I\'m trying to declare SQLiteConnection in the code, the problem arises-
The invocation of the constructor on type \
In my specific case, I was getting this because I had a few of my referencing assemblies mismatched between x64 and x86. Apparently I was binding to something that needed to be loaded by the runtime.
I mention this here as a reminder to check your build configurations if you've looked everywhere else!