Hi, I am getting very very annoyed trying to find the refrence for MySqlConnection. I am trying to connect to my database, but everytime I use MySqlConnection I getting the following error:
The type or namespace name 'MySqlConnection' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\NAME\Local Settings\Application Data\Temporary Projects\WindowsFormsApplication1\Form1.cs 25 13 WindowsFormsApplication1
Yes I know that I am missing a refrence but I honestly have NO CLUE what I ned to correct this error. Thanks for any help.