Vista Ultimate + MSVS2005 + MysqlDirect.net install fails

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jbrahy
Posts: 9
Joined: Tue 24 Jan 2006 23:50

Vista Ultimate + MSVS2005 + MysqlDirect.net install fails

Post by jbrahy » Thu 10 May 2007 17:06

I downloaded mysqlnet400pro2.exe and tried several ways of installing it. I tried minimal, typical and custom. but each time the install said it failed at the end of the install. Has this been tested with Vista and MSVS2005? Is there anything I can do to make it work on my system?

jbrahy
Posts: 9
Joined: Tue 24 Jan 2006 23:50

RE: Vista Ultimate + MSVS2005 + MysqlDirect.net install fails

Post by jbrahy » Thu 10 May 2007 17:26

ok, I just tried a custom install that worked. I only checked the first box in the list and then did it again only checking the second box, and then the third, and fourth. I did everything except dot nuke support and it worked. I dont' need dot nuke support so I haven't tried that because I don't want to risk corrupting my install. Just FYI.

jbrahy
Posts: 9
Joined: Tue 24 Jan 2006 23:50

I spoke too soon

Post by jbrahy » Thu 10 May 2007 17:39

every time I start visual studio 2005 now I get this error:

The Add-in 'MySQLDirect.NET add-in' filed to load or caused an exception.
Would you like to remove this Add-in?
If you choose yes, you will need to reinstall the Add-in to use it again.
Error Message: Class not registered
Error Number: 80040154

Any ideas how to fix that?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 11 May 2007 10:28

If you do not need the add-in, delete it from the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\8.0\AddIns
If you need one, we need to investigate your installation problems. Try to reinstall MySQLDirect .NET using following command:

Code: Select all

 /v"/l*v corelab.log"
and send me the log file. Use e-mail address provided in the Readme file.

Post Reply