0

I'm want to connect MVC3 website with mysql server. I'm have reference to Mysql.Data, MySql.Data.Entity, MySql.Web, Entityframework, but when i add new connection, in list provider not showing MySQL.

enter image description here

I have prefer here to do, but i don't know what wrong with me?

Community
  • 1
  • 1
Hello Sun
  • 133
  • 1
  • 4
  • 16
  • Your answer is at [Connector/Net Visual Studio Integration](http://dev.mysql.com/doc/connector-net/en/connector-net-visual-studio.html) – Abbas Amiri Nov 08 '13 at 11:30

1 Answers1

2

You have to use this dll in your project link For your help use following tutorials: Link1 Link2

Hisham
  • 455
  • 4
  • 16
  • Thankiu Muhamad. I had install MySql Connector/.net 6.7.4. but don't what wrong! – Hello Sun Nov 08 '13 at 11:52
  • You have to study mysql installer before using it read this http://dev.mysql.com/tech-resources/articles/mysql-installer-for-windows.html – Hisham Nov 08 '13 at 12:04