How do I upgrade my projects to dotConnect for MySQL 5.00?
In this release there were some important name changes in the product. Particularly, assemblies, namespaces, invariant name, and some types were changed as follows: “CoreLab.Data” became “Devart.Data”; “CoreLab.MySql” became “Devart.Data.MySql”; “MySqlDirectFactory” became “MySqlProviderFactory”; Invariant name became “Devart.Data.MySql”; Your projects must be updated to be compatible with dotConnect for MySQL 5.0. Here is the list of files you should update: *.csproj, *.vbproj – references to assemblies *.cs, *.vb – namespaces *.licx – namespaces and assembly names Web.config – assembly names and web provider types This is done automatically when you invoke the Upgrade wizard from Visual Studio menu: Tools | MySQL | Upgrade Wizard.
In this release, there are some important name changes in the product. Particularly, assemblies, namespaces, invariant name, and some types have been changed as follows: “CoreLab.Data” became “Devart.Data”; “CoreLab.MySql” became “Devart.Data.MySql”; “MySqlDirectFactory” became “MySqlProviderFactory”; Invariant name became “Devart.Data.MySql”; Your projects must be updated to be compatible with dotConnect for MySQL 5.0. Here is the list of files you should update: *.csproj, *.vbproj – references to assemblies *.cs, *.vb – namespaces *.licx – namespaces and assembly names Web.config – assembly names and web provider types This is done automatically when you invoke the Upgrade wizard from the Visual Studio menu: Tools | MySQL | Upgrade Wizard.