Harleen Kour
Harleen Kour

Reputation: 35

How to do mariadb setup(version 10.2.17) with entity framework 6(web api) using ADO.net Identity data model in visual studio 2015?

Currently wizard is silently getting closed, I am using MySQL connector/net, and in providers I have used entity framework 6.0.0, mysql.data 6.9.12,mysql.data.entity and mysql.web

Upvotes: 1

Views: 577

Answers (1)

Nils Bruyneel
Nils Bruyneel

Reputation: 26

[MySQL EF 8.0.13][1]
[Advanced options][2]
[Set port][3]

Get the MySQL 8.0.13 adapters for VS and don't use the 6.x.x. This should solve the EF selection window from crashing.

[1]: https://i.sstatic.net/j49nq.png

If you can't connect to your server with the connector, be sure to fill in the port to your DB.

  [2]: https://i.sstatic.net/OlEdq.png

  [3]: https://i.sstatic.net/IONuS.png

Upvotes: 1

Related Questions