Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75170 --- shadow/75170 2005-06-07 16:40:55.000000000 -0400 +++ shadow/75170.tmp.18463 2005-06-07 16:53:12.000000000 -0400 @@ -72,6 +72,16 @@ ByteFX.Data.MySqlClient.dll Npgsql.dll (like in the source code of the SQLServer handler) and dll names with full path nothing helps. could you show an expample? + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-07 16:53 ------- +Fully qualified assembly name looks like this: + +ByteFX.Data, Version=0.7.6.2, Culture=neutral, +PublicKeyToken=0738eb9f132ed756 + +It can be obtained using the following code: +Console.WriteLine(typeof +(ByteFX.Data.MySqlClient.MySqlConnection).Assembly.FullName); _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
