I developed a windows application using Entity Framework and as a database, I used SQLite. I have no problem developing it until I add a setup project to my solution to make an installer file for my application and I add .net Framework 3.5 and .net Framework 4.0 and Windows Installer as prerequisite to install.
In other computers, installation is done successfully but when users try to execute the application, they receive this exception
Unable to find the requested .Net Framework Data Provider
I googled this exception and most of the answers talked about provider name tag in web.config. Can anyone help me?