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 \
I had the same problem. i could make it work by renaming the name of App1.config to App.config. I tried all other methods but the solution for me was to change the default name (for me it was App1.config) of the config file to App.config. I shared this because someone may get help by this small modification.