MySQL For Visual Studio 2012/2013

前端 未结 6 1794
清酒与你
清酒与你 2020-12-30 04:04

I would like to create a EF model using a MySQL database. I am running VS2012 and VS2013 on a 64 bit machine. What do I need to install to get MySQL to show up in the Enti

6条回答
  •  情书的邮戳
    2020-12-30 04:41

    For you to see MySql provider you need both to install MySQL Connector/NET 6.7.x and MySQL for Visual Studio 1.0.2.

    Or the latest versions MySql Connector/NET 6.8.3 and MySql for Visual Studio 1.1.3.

    Bear in mind that if you install Connector/NET thru nuget, it will not register in the machine.config (so is more limited that way).

提交回复
热议问题