Reputation: 8951
How can I use MySQL with Visual Studio 2012 Lightswitch? I want to use Amazon AWS RDS for the MySQL server. I'm getting an error: Failed to find or load the registered .Net Framework Data Provider.
Upvotes: 4
Views: 2842
Reputation: 11955
For VS 2013 I had to do the following:
Install / Update your MySQL using MySQL community installer
Now I get the MySQL Database as a Data Source option in Visual Studio:
Upvotes: 4
Reputation: 8951
Here's the steps for using MySQL with Visual Studio 2012 Lightswitch:
Step 12 resolves the error: Failed to find or load the registered .Net Framework Data Provider.
Upvotes: 8