[Mono-bugs] [Bug 75170][Min] Changed - FileNotFoundException in
SQLServer sessionState mode
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 7 16:53:12 EDT 2005
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 kornelpal at hotmail.com.
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 kornelpal at hotmail.com 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);
More information about the mono-bugs
mailing list