0

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?

4
  • have you rebooted your system since installing the connector? At the very least restart Visual Studio IDE. Commented Jun 21, 2013 at 16:03
  • huh... I've restarted visual studio, will try restarting the system now... Commented Jun 21, 2013 at 16:05
  • Also, you may want to try installing the connector after closing ALL .NET apps that may be running, including VS201x. Sometimes when they are running during install it can't get proper permissions and causes a conflict with sharing like resources. Commented Jun 21, 2013 at 16:06
  • @AmitApollo that's not it. Just uninstalled and installed again with nothing but the installer open and rebooted after it but the option is still not available. Might it be some configuration i'm missing? Commented Jun 21, 2013 at 16:32

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.