Windows application project
I have completed my Window application project(WPF) ,now I want to give my project to user.so I want exe setup for my project with databse(SQL SERVER). how can create the exe attached with my database. then user will be install the setup then no requirements of other like(visual studio,sql server).
Sushant ShindePosted Mar 3, 2016, 7:30 AM
Upendra Pratap ShahiPosted Jun 10, 2015, 8:53 AM
2.make sure in a app.config use datadirectory like-
3.after again right click on your solution explorer setup project-->properties->Prerequisites->and select sqlserver express edition and framework.
4.rebulid the project and install in client machine.
5.database you will found in client machine folder
Sibeesh VenuPosted Jun 10, 2015, 8:13 AM