help in deploying windows application
-
Hi 2 all I have created a C#.Net windows application using the MS ACCESS database. I have placed this database in bin\debug folder along with .exe file:confused: The problem is that being novice to programming, I have no idea to deploy an application that involves a database. :(( :(( :(( I would really appreciate if my friends help me out Thanks in advance:rose:
Sadaf
-
Hi 2 all I have created a C#.Net windows application using the MS ACCESS database. I have placed this database in bin\debug folder along with .exe file:confused: The problem is that being novice to programming, I have no idea to deploy an application that involves a database. :(( :(( :(( I would really appreciate if my friends help me out Thanks in advance:rose:
Sadaf
hi As you told that you use msaccess database then no requirement to include database seprately. to deploy your project do the following.. 1. File -> New Project -> Choose Other Project -> then Setup project 2. In the application folder add all the files available into your bin folder including the database file also. Yogesh Agarwal