Visual Basic 2005 Express Deployment

jlcarbwood

Member
Joined
Nov 27, 2005
Messages
10
Location
Lawrenceburg, Indiana, United States
Programming Experience
Beginner
I start testing VB 2005 Express. I create a simple application using MYSQLCS.dll it does work fine locally on my system. When I try to deploy trhu ClickOnce, It show the connection to MySQL was no made. I had this working on VB 2003 standard with no problem. The DB settings are correct (username, password ...)

If I run the application from the bin folder it does work perfect, and connect ot the mysql remote db. I'm guessing it's something with the way clickonce handle the setup.

I'm using the express edition, so maybe it have something to do with it, like i can't add a setup project or least i haven't found how to do this yet.

Any help will be appreciated.


Jorge
 
Open My Project > Publish > Options

Make sure Block application from being activated via a URL is UNCHECKED

Also, My Project > Publish > Application Files

Make sure INCLUDE is selected next to MySql????.dll
 
Back
Top