Hello,
In one of my subs, I have the code:

VB Code:
  1. Dim sConStr As String = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data " _
  2. & "Source=data.mdb"

Fair enough, that works fine in Debug mode, but when I come to Publish the project, make the setup.exe file and run it, it says cannot fine data.mdb. How can I make it so that when you publish the project, the database file is included. Also, I have an image file which is uses in the project, so that would need to be included aswell.

Thanks for any help