Hello,

I am using VS2008 and access database.

I keep my database from application data folder. When I try to run the program in a different computer, I see in the error message, absolute path of the database file even though I used relative path. When I search the path as a string in the entire solution I found it in three files:

Settings.Designer.vb
Settings.settings (xml code)
app.config (xml code)

Is there an easy way to solve this problem or should I edit the files manually?