Click here to Skip to main content
15,896,153 members

Comments by Hugo E. (Top 4 by date)

Hugo E. 29-Apr-14 17:57pm View    
Yes, I did it. I followed steps 1 and 2, I created database TestDB and table employee using phpmyadmin.
I haven´t code yet, I'm following step by step from article.
In step 8 When I push the button Test Connection causes the error
Hugo E. 29-Apr-14 17:43pm View    
MySql.Data.Entity.dll, MySql.Data.dll are referenced. Mysql.dll is not referenced...and I think that is the problem with connection.
I can't follow the step 3 from the article.
Hugo E. 29-Apr-14 17:40pm View    
I've installed MySQL server and connector 6.8.3. But I can't follow step 3, from the article:
"Reference those two .dll files to the project (MySql.dll (Win apps), MySql.Data.Entity.dll)"
I can reference MySql.Data.Entity.dll, MySql.Data.dll but I can't do that with mysql.dll
Hugo E. 29-Apr-14 17:37pm View    
when I try to test connection, display this messagge: Object reference not set to an instance of an object. I guess..cause it mysql.dll is not referenced