c# - MySQL data source is not appearing in Visual studio 2010 express edition -


i have installed mysql connector .net 6.8.3 , mysql visual studio 1.1.1 in machine. when try create ado.net entity data model entity framework 6.0 cannot see mysql data source in "choose data source" window.

i wondering whether mysql connector supported vs2010 express.

visual studio express not allow install extensions. not "see" mysql data source in "choose data source" window. see here.

i see have used vs 2012 tag. if professional edition or higher, suggest if using entity framework 6, download , install mysql connector 1.1.4. use v6.8.3. v1.1.4 fixed bugs relating ef 6.

you can read here , download here.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -