include .mdf

dotinf

New member
Joined
Feb 19, 2008
Messages
1
Programming Experience
Beginner
Hello, I am attempting to build a setup for a very basic Windows application. The build goes well and the setup works, but I just realized that it is still using the .mdf database that I created when I was using Visual Studio. I was wandering what I can do to include the database in the build, assuming that this is how it is done and if so does it get deployed as a .mdf when it is setup on another machine?

Thanks for yout time.

Edit: I have worked it out. I included a copy of the .mdf database in the Application Folder path in the project setup properties
 
Last edited:
Back
Top