Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have created an application using Visual Studio 2008 c#, mysql.

the database is exiting in xampp server

if you know how to do it then please help me.

so please can you anwserme how can i create deploy my project for will be installing with

your local database in various PC without Mysql Server ?
Posted
Comments
Basmeh Awad 14-May-13 11:40am    
you want to create Installer file or .exe of your Application???
dragados 14-May-13 11:46am    
i want deploy my application c# with mysql database by method clickonce
finally i want get a setup file (exe) so please can u help me ?
Zoltán Zörgő 14-May-13 13:16pm    
The big question is: do you want to deploy only the database, or the server also? In this later case, do you need a full-blown server, or an embedded edition is enough?
dragados 14-May-13 13:23pm    
I want to deploy my application with the mysql database for the install it in another PC
Sergey Alexandrovich Kryukov 14-May-13 14:48pm    
Please note: your next post was removed due to abuse reports. You should not re-post your questions.
You should use the page of you original question for further communications on the topic. You can also add a comment to any solution, reply to existing comment, use "Improve question" (above).
—SA

1 solution

if you are searching for .exe it is in your project
YourProjectName\bin\Debug...bt if u want to create a Instaler package this will help you

http://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/[^]
 
Share this answer
 
Comments
Member 10986425 11-Oct-14 16:11pm    
Same Problem please guide

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