c# - How do i run a mysql app without mysql connector installed? -


i made c# application on visual studio, , application connects mysql server, works nice on computer since installed full developer version of it.

but doesn't run on other machines unless install mysql connector, if don't, stop working , not launch.

is there anyway run without having mysql connector installed? or add mysql connector installation app?

you need bundle mysql connector/net program. connector/net available msi file visual studio installer project in same solution program's project can include alongside program's installer dependency.

the connector licensed under gpl, make sure understand obligations if choose distribute in manner.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -