Lamloumi Afif
Lamloumi Afif

Reputation: 9081

Using MySql Provider with Entity Framework Model

I googled about this topic but I don't really find a solution :

I try this method : I installed in my vs2013 these tools :

  1. MySQL for Visual Studio 1.1.1
  2. MySQL Connector/Net

I Installed also, using NuGet, all MySql library or tools. But I'm still not find the MySql Provider.

enter image description here

So I need to know How can I fix this issue?

Upvotes: 0

Views: 53

Answers (1)

zer0evolution
zer0evolution

Reputation: 26

You can add the reference for the required package MySql.*.dll

This helped me: stackoverflow mysql connector

Upvotes: 1

Related Questions