visual studio 2015 - MySql in DNX 5.0 -
i ask- is possible connect mysql database in dnx core 5.0? in project need web api , have vnext class library project should connect mysql database , manipulate data in database. but...
i have newest .net/connector installed. have downloaded mysql.data nuget package , in references added both- dnx 4.5.1 , core 5.0 well. error- functions such open connection database, execute query etc not available in dnx core 5.0. code working in visual studio 2013 , in dnx 4.5.1 well. not able find answer how connect in dnx core 5.0 mysql (neither if possible).
i advised downolad source code of newest connector/net , copy code mysql.data new vnext class library project , add reference class library supposed access database. have approx 1600 errors. i told solve them 1 one. seems bigger problem. looks possible solve adding several references cannot find equivalent reference work dnx core 5.0. is approach?
i appreciate help. thank you.
saldy it's not in entityframework 7 yet, understanding they're not prioritizing initial release that's scheduled in january.
read more: https://github.com/aspnet/entityframework/wiki/using-ef7-in-traditional-.net-applications
Comments
Post a Comment