mysqlconnection problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
myron
Posts: 2
Joined: Thu 16 Dec 2004 07:25

mysqlconnection problem

Post by myron » Thu 16 Dec 2004 07:34

I just upgraded to mysql 4.1.7 (on server 2003) and mysqldirect 2.70.1.0. Since doing this I can no longer update the database. It seems like the connection is being dropped at some point. If I try to click on the mysqlconnection in visual studio it gives me an invalidcastexception. Has anyone else seen anything similar?

Thanks,
Myron

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: mysqlconnection problem

Post by Oleg » Thu 16 Dec 2004 12:15

Try to reinstall MySQLDirect .NET. Check before that MySQLDirect .NET isn't installed and there are no CoreLab.MySql.dll, CoreLab.MySql.Addin.dll, CoreLab.MySql.Design.dll files in GAC.

Post Reply