I´ve experienced this problem in two different machines, one with windows 2008 server (production enviroment) and the other with windows 7 (developer machine). We have several web applications that worked with previous versions of the .net connector (versions 6.7.4 and 6.8.3) and they use MySqlMembership and MySqlRole provider without any problems until I installed the new connector (version 6.9.3), then they have stopped working showing this error: Unable to initialize provider. Missing or incorrect schema.
The reason why I´ve installed this connector is because We have started a new project that uses Entity Framework 6 and Asp .Net Identity 2.0 for authentication, so these technologies required the new version of the connector and this new project works fine, but my other applications stopped working.
So is there a way to have both my already in production applications with membership and the new EF6 project?
Thanks in advance.
The reason why I´ve installed this connector is because We have started a new project that uses Entity Framework 6 and Asp .Net Identity 2.0 for authentication, so these technologies required the new version of the connector and this new project works fine, but my other applications stopped working.
So is there a way to have both my already in production applications with membership and the new EF6 project?
Thanks in advance.