Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
i develop a simple project with access 2007 when i build application project how to deploy access database with application project so that project run on any machine
Posted
Comments
Maciej Los 7-May-14 2:33am    
We need more detials...
VBA or any .net language?
32 or 64bit OS?

1 solution

Please, read my comment to the question.

VBA:
You need to create Runtime Access application[^].

.net language (VB.NET. C#)
Compile project using AnyCPU option.
Depending on Windows version (32 or 64 bit), download and instal on client machine proper Access Database Engine 2010 Redistributable[^].
 
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