I have a project in which I have a report with the dataset and everything. The problem is that when I want to deploy it, it throws an exception (in other computers) saying that it cannot open the database (I'm using SQLite) and that is because the connection string created by the server explorer is like:
C:\<path to my visual studio project>\bin\release\database.db
How do I manage the connection string properly for the reports?