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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -