Does anyone know how to publish a VB.net app with a Microsoft Access Database?
Tried But its not working, it doesnt export it with the bin folder
Does anyone know how to publish a VB.net app with a Microsoft Access Database?
Tried But its not working, it doesnt export it with the bin folder
Last edited by Layton; Feb 13, 2011 at 02:29 PM.
What do you mean by publish a VB.net app?
Do you mean that you want to create an installer for your application (e.g. a setup.msi or setup.exe)? If this is the case then you have to create a setup and deployment project for this. You then need to add your .exe and other dependencies (in your case the MS Access DB) and complie it into a .msi (a .exe will also be created)
Last edited by ToxXxic; Feb 14, 2011 at 04:02 PM.
Code King aka Code WizZzard: Motivated By The Challenge, Driven By The Will To Succeed.
In The Land Of Programmers, The Code WizZzard Is KING. Sen on anything VB
It is also possible (if you do not have a packager) to place the program with the database into a .ZIP or .RAR file along with a batch file that copies the files to the directories where they are needed (or you could just do it yourself).
.
PC - Ubuntu 15.04 64bit Desktop
HP Pav G60-236US 3GB RAM Laptop, Ubuntu 15.04 64bit and Win7 Home
"So Daddy, how come you telling me stealing not right when YOU copying DVDs? How come? How Come?"
RIP Ramesh ...
thanks ill try this and tell you if it works..both options but preferably the first option