Looking through the installation log from the MySql Installer after installing MySql for Visual Studio 1.02 and Connector/Net 6.7.4 I see that the only assembly for the connector that is published to the GAC is MySql.Data.CF. MySQL.Data,dll and MySQL.Data.Entity.dll are not published.
Is this as intended? I am getting runtime errors connecting to my MySQL database that are complaining about not being able to load assembly "MySql.Data, Version=6.6.5.0 ...". V6.6.5 was the previous version of C/Net that was installed. Somewhere the new version has not been registered, it appears.
MySql.Data.MySqlClient was registered as a DBProviderFactory in machine.config and I was able to access the database to set up the Entity Data Model in EF5.
In addition I added the C/Net MySql.Data and MySql.Data.Entity 6.7.4 packages to the project with NuGet, but the result was the same.
Incidentally, I also noticed in the installation log when the MySql for VS was installing it published to the GAC 'MySql.Web, version "6.6.5.0" ...' which must surely be a bug.
Any thoughts as to whether this is another installer bug or something else I'm missing?
Thanks,
Hugh
Is this as intended? I am getting runtime errors connecting to my MySQL database that are complaining about not being able to load assembly "MySql.Data, Version=6.6.5.0 ...". V6.6.5 was the previous version of C/Net that was installed. Somewhere the new version has not been registered, it appears.
MySql.Data.MySqlClient was registered as a DBProviderFactory in machine.config and I was able to access the database to set up the Entity Data Model in EF5.
In addition I added the C/Net MySql.Data and MySql.Data.Entity 6.7.4 packages to the project with NuGet, but the result was the same.
Incidentally, I also noticed in the installation log when the MySql for VS was installing it published to the GAC 'MySql.Web, version "6.6.5.0" ...' which must surely be a bug.
Any thoughts as to whether this is another installer bug or something else I'm missing?
Thanks,
Hugh