If, for example, your database is located in the same directory as you application, your data source part of the connection string should look like this:
data source=.\distribution.db3"
This worked for me.
As i added the ef model to my application, i clicked the "New Connection" button, and entered (without quotes) ".\database_name.db" in to the database field. I had no problems so far.