Database in setup project
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to create a setup project. My c# project uses a Microsoft Access Database. Som how and where should i add this database file to my setup project so that the setup will then work? Thanks!
You need to add it to the files you want to install. You can select the Files view through the project explorer (some buttons at the top of this explorer). Be sure that the application loads the database from the directory it is running from (the application directory ;P) WM.
What about weapons of mass-construction?