Add two subdirs with System.Data.SQLite.DLL in your project (containing x84, x86 binaries), set "copy to subdirectory", and use the following code to load the provider on-the-fly. Whenever you called InitializeSQLite() you can use SQLite: app.config: <?xml version="1.0"?> <configuration>...