I am creating Web API using Entity Framework 6.1.3 and MySQL server. I am using Visual Studio 2015 and Visual Studio connector 1.2.6 to connect the DB. I am getting error in such a way that I am not able to add model.edmx file into my project. Please find the error snapshot in the link - Entity Framework 6.x error.
I tried to downgrade the Entity-framework but not able to resolve the issue.
I also tried the workaround mentioned in the below links: http://www.cnblogs.com/dupeng0811/p/solve-your-project-references-latest.html https://github.com/npgsql/npgsql/issues/445 http://qursaan-howto.blogspot.in/2014/07/solve-your-project-references-latest.html
But still I am not able to solve this issue. It'd be great if someone can help me on how to troubleshoot/workaround this issue. Thanks in advance.