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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -