c# - Connecting to MySQL db using Entity Framework ADO.NET error -


i've been trying connect mysql database using ef6 in visual studio 2015 , following instructions answer found here: enable entity framework 6 mysql (c#) in winforms of microsoft visual studio 2013, able passed of issues. however, after setting connection, testing it, , selecting correct db on server connection, when gets step of generating tables me import edmx file, closes out. don't know how else explain it, wizard closes out , i'm @ main vs screen. no error message, no nothing, cancels out. causing this?

some additional information:

-i have establish open connection server first before can connect on machine (we're using forticlient).

-it's mysql database, followed steps in linked page work vs already.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -