I have a Winforms application (a game with checkers) in which there is a local database (using SQL Server Express) to save registered players and their results.
I am trying to create an installer for this application using a tutorial
Everything is fine, but when I try to add players, I get an SQL error that the database was not found .. so how can I add a local DB ( .mdf file) to the installer?
source share