I am currently upgrading my C# project to target the .NET 4.5.1 framework. Previously I targeted 3.5 and used to use version 6.2.2 of the MySqlConnector. However on targeting 4.5.1 I received the below error. I have tried upgrading MySqlConnector to version 6.9 and rebuilt all the tables using the Entity Framework tool (DDEX), but the same error occurs which is:
MySql.Data.MySqlClient.MySqlException: Every derived table must have its own alias
Anyone have any ideas how to get around this?