WinXP 64 Compatability Issues

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
scottb
Posts: 3
Joined: Tue 26 Sep 2006 13:08

WinXP 64 Compatability Issues

Post by scottb » Tue 26 Sep 2006 13:53

Are there any known issues with Windows XP 64 and mySQL direct? The server explorer closes everytime I attempt to drag a table from mySQL into an XSD file.

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

Post by Alexey » Tue 26 Sep 2006 14:06

We are testing MySQLDirect compartibility with Windows XP 64.
Please check whether you have two machine.config files:
first under [Windows\Microsoft.NET\Framework\v2.#.#####\Config\] and second under [Windows\Microsoft.NET\Framework64\...].
Then check whether appropriate DBProviderFactories entry exists in the first machine.config file. If not copy it from the second one and reboot.

Post Reply