asp.net website host in ftp server assembly missing error -
i getting following error message:
cs0246: type or namespace name 'mysqlconnection' not found (are missing using directive or assembly reference? i using following code:
mysqlconnection conn = new mysqlconnection(configurationmanager.connectionstrings["conn"].connectionstring);
you missing 'mysql' dlls in output directory.
Comments
Post a Comment