FabioG
FabioG

Reputation: 2986

MySQLconnection in entity framework 4

I'm trying to use a MySQLdatabase with Entity Framework 4

I've installed the connector from http://dev.mysql.com/downloads/connector/net/ but still when i try to add the conection there's no option for MySQL

Am i missing something?

Upvotes: 0

Views: 67

Answers (1)

FabioG
FabioG

Reputation: 2986

Ok, i've been searching arround and found out why this is happening, so for anyone who is trying to use MySql connector with an Express version you should know that Visual Studio Express DOES NOT support MySQL .NET Connector as extension.

Upvotes: 1

Related Questions