Reputation: 9081
I googled about this topic but I don't really find a solution :
I try this method : I installed in my vs2013
these tools :
I Installed also, using NuGet, all MySql library or tools. But I'm still not find the MySql Provider
.
So I need to know How can I fix this issue?
Upvotes: 0
Views: 53
Reputation: 26
You can add the reference for the required package MySql.*.dll
This helped me: stackoverflow mysql connector
Upvotes: 1