I'm trying to use SQLite in my .Net application but it throws an exception and I get this
Additional information: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
From here I read the solution that's is changing app.config file, but in my solution folder there is no configuration file, where is that configuration file? what should I change? thanks