making the application executable

kyoshiro

Active member
Joined
Jan 20, 2008
Messages
30
Programming Experience
Beginner
Im new at vb.net and iam working now with ado.net. how can i make my application executable ? how can i put my msaccess database with my application as i make it executable ? does it need to install first a msoffice in order to run my application or install vs2005
 
Look in the bin folder of the project, the exe is your program and all you need to do is distribute the exe (and any databases).

Be sure to tell people that they need the .Net framework to be installed for your program to work
 
Back
Top