I just downloaded the connector tonight and got the same error. Can
you point me in the direction of additional information about this
issue? Have you resolved? - Thanks, Mike
> Think its solved - reggie is putting out a new beta soon
>
[quoted text clipped - 27 lines]
> >
> > Any Ideas where to look ?
jholiday - 24 Sep 2004 10:25 GMT
i Just upgrade from bytefx and the code to open a connection (which was
working fine with ByteFX) now returns:
An unhandled exception of type 'System.ArgumentException' occurred in
mysql.data.dll
Additional information: Item has already been added. Key in dictionary:
"read_only" Key being added: "read_only"
Code in VB.NET:
myConnectionString = "Database=Test;Data source=localhost;User
Id=root;Password="
Dim myConnection As New MySqlConnection(myConnectionString)
myConnection.Open()
i can't think something else from a very big bug
jholiday - 24 Sep 2004 10:25 GMT
i Just upgrade from bytefx and the code to open a connection (which was
working fine with ByteFX) now returns:
An unhandled exception of type 'System.ArgumentException' occurred in
mysql.data.dll
Additional information: Item has already been added. Key in dictionary:
"read_only" Key being added: "read_only"
Code in VB.NET:
myConnectionString = "Database=Test;Data source=localhost;User
Id=root;Password="
Dim myConnection As New MySqlConnection(myConnectionString)
myConnection.Open()
i can't think something else from a very big bug
jholiday - 24 Sep 2004 10:55 GMT
I changed DB server from 5.0 to 4.0 and seems that is working right now
Tony - 24 Sep 2004 23:10 GMT
> I changed DB server from 5.0 to 4.0 and seems that is working right now
I got the exactly same problem. This is a VERY VERY BIG BUG!!!
antmx - 25 Sep 2004 14:06 GMT
I'm just trying out MySQL and the .Net Connector for the first time and I
get the same error msg. Guess my try-out ends before it even begins :-(
antmx - 25 Sep 2004 14:06 GMT
I'm just trying out MySQL and the .Net Connector for the first time and I
get the same error msg. Guess my try-out ends before it even begins :-(