1
Answer

error - Connecting MySQL to EF 6 in Visual Studio 2012

Photo of Mani Kandan

Mani Kandan

8y
319
1
Hello Everyone,
 
I am trying to connect to MYSQL XAMPP Database using EF6 in visual studio 2012. For this,

MySQL for Visual Studio 1.2.6

MySQL Connector/Net 6.9.9

The error says :

 

Answers (1)

1
Photo of Mithun Pattankar
NA 731 63.8k 8y
Sure Dapper (Micro ORM) instead of EF6. Much easier to use.
Accepted