I have a working windows form application (C# .NET 4) using an SQLite3 Database file for storing and reading data.
When i deploy the application on the any machine other then the dev machine, i get an exeption: "System.IO.FileNotFoundException: Could not load file or assembly"
I have tried changing various settings, manually loading the dll (Assembly.LoadFile aswell as Assembly.LoadFrom) and placing the dll files next to the exe. Also, i have tried running the application under x86 aswell as x64 and under different target platforms.
I have tried using Could not load assembly System.Data.SQLite.dll All without luck.
Please help