MySQL Data Source not appearing in Visual Studio

前端 未结 11 1226
情深已故
情深已故 2020-11-28 08:07

I just installed the ADO.NET connector from here http://dev.mysql.com/downloads/connector/net/

Yet MySQL doesn\'t appear as a data source like it should. I tried res

11条回答
  •  抹茶落季
    2020-11-28 08:18

    Uninstall later version and install mysql-connector 6.3.9 for visual studio 2010.

    After installing add the dll files and restart the visual studio.

    It works fine.

提交回复
热议问题