how to install mysql data provider
-
hi.. i m new with mysql database.i want to declare namespace as "using MySql.Data.MySqlClient;" i m using asp.net,mysql 5.0 and phpmyadmin 2.9.1 i already installed MySQL Connector 5.0.9 and mysql.visualstudio.msi but i don't know how to continue and where to put the follwing phrase. the following is from www.mysql.com---> "Installing the MySQL Visual Studio Plugin" but i don't understand.. To install the Provider manually, copy all files of the installation package in a desired folder, then set the full path to the Provider assembly as a value of the CodeBase entry. For example: **[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{79A115C9-B133-4891-9E7B-242509DAD272}]@="MySql.Data.VisualStudio.MySqlDataProviderPackage" "InprocServer32"="C:\\WINNT\\system32\\mscoree.dll" "Class"="MySql.Data.VisualStudio.MySqlDataProviderPackage" "CodeBase"="C:\\MySqlDdexProvider\\MySql.VisualStudio.dll"**Then import information from the Register.reg file to the registry by clicking of the file. At the confirmation dialog choose Yes. Next you must run the command devenv.exe /setup within a Command Prompt to rebuild the Visual Studio command table. Could anyone help me to be easy please? thanks in advance!
-
hi.. i m new with mysql database.i want to declare namespace as "using MySql.Data.MySqlClient;" i m using asp.net,mysql 5.0 and phpmyadmin 2.9.1 i already installed MySQL Connector 5.0.9 and mysql.visualstudio.msi but i don't know how to continue and where to put the follwing phrase. the following is from www.mysql.com---> "Installing the MySQL Visual Studio Plugin" but i don't understand.. To install the Provider manually, copy all files of the installation package in a desired folder, then set the full path to the Provider assembly as a value of the CodeBase entry. For example: **[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{79A115C9-B133-4891-9E7B-242509DAD272}]@="MySql.Data.VisualStudio.MySqlDataProviderPackage" "InprocServer32"="C:\\WINNT\\system32\\mscoree.dll" "Class"="MySql.Data.VisualStudio.MySqlDataProviderPackage" "CodeBase"="C:\\MySqlDdexProvider\\MySql.VisualStudio.dll"**Then import information from the Register.reg file to the registry by clicking of the file. At the confirmation dialog choose Yes. Next you must run the command devenv.exe /setup within a Command Prompt to rebuild the Visual Studio command table. Could anyone help me to be easy please? thanks in advance!
You'll need to add a reference if you haven't already. As to "installing" I don't know; I don't "install" the provider.
-
hi.. i m new with mysql database.i want to declare namespace as "using MySql.Data.MySqlClient;" i m using asp.net,mysql 5.0 and phpmyadmin 2.9.1 i already installed MySQL Connector 5.0.9 and mysql.visualstudio.msi but i don't know how to continue and where to put the follwing phrase. the following is from www.mysql.com---> "Installing the MySQL Visual Studio Plugin" but i don't understand.. To install the Provider manually, copy all files of the installation package in a desired folder, then set the full path to the Provider assembly as a value of the CodeBase entry. For example: **[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{79A115C9-B133-4891-9E7B-242509DAD272}]@="MySql.Data.VisualStudio.MySqlDataProviderPackage" "InprocServer32"="C:\\WINNT\\system32\\mscoree.dll" "Class"="MySql.Data.VisualStudio.MySqlDataProviderPackage" "CodeBase"="C:\\MySqlDdexProvider\\MySql.VisualStudio.dll"**Then import information from the Register.reg file to the registry by clicking of the file. At the confirmation dialog choose Yes. Next you must run the command devenv.exe /setup within a Command Prompt to rebuild the Visual Studio command table. Could anyone help me to be easy please? thanks in advance!