Click here to Skip to main content
15,887,343 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I have designed a standalone application using visual studio(C#.NET) and access database. How to build a package from the code?
Posted
Updated 17-May-15 3:28am
v2
Comments
Frankie-C 17-May-15 9:29am    
Please don't use all capital letters, we can hear you, you don't have to ... SHOUT! :-)

1 solution

Basically, you just use the Build menu to build your project.
That creates the executable file which will work with the appropriate Access DLL files to run your code.

If you are trying to build a setup so you can distribute it, that will depend on the version of VS you are using, but Google should be able to help you with that: Google[^]
 
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