MySqlDirect.NET and VS2005+.NET framework 3.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Wietse
Posts: 1
Joined: Wed 08 Nov 2006 20:54
Location: The Hague

MySqlDirect.NET and VS2005+.NET framework 3.0

Post by Wietse » Wed 08 Nov 2006 21:01

As I know the current latest version is for .NET 2.0. But since one of my customers likes to have their application in XAML/.NET 3.0, I tried to use the MySqlConnection class to open a connection to a database. But when opening the connection I got the following exception:

System.InvalidCastException was unhandled
Message: Unable to cast object of type 'System.Int32' to type 'System.String'.

Question: when is a .NET 3.0 version available? (a beta should be perfect!)

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

Post by Alexey » Fri 10 Nov 2006 12:33

We cannot reproduce such error. Connecting to databse works fine.
Please describe what steps do you perform or send us a small test project to reproduce the problem. Use e-mail address provided in the Readme file.

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

Post by Alexey » Mon 13 Nov 2006 09:18

You've been answered by e-mail. Waiting for your feed-back.

Post Reply