Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I had developed employee database.Using Vb.net as front end and ms access as back end. Now i need to create exe file for my project. I want procedure for creating exe file with database. I want help ..........
Posted

I assume you've run your application already, through visual studio, and thus you already have an exe. look in the bin folder that is located in your project folder.
If you haven't already compiled your application then open your project in Visual Studio and click build solution from the build menu item, or press F6 or Ctrl+Shift+B.
 
Share this answer
 
Every time you build your application, you create an EXE file - it will be in the bin or release folder of the project.
If you want to install it on a different machine, then add a new project to your solution - a Setup and Deployment Project - that will create an installation program for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900