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=65478 --- shadow/65478 2005-06-23 08:19:03.000000000 -0400 +++ shadow/65478.tmp.5971 2005-06-23 09:11:18.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 65478 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -35,6 +35,21 @@ Mike, isn't this fixed now? ------- Additional Comments From [EMAIL PROTECTED] 2005-06-23 08:19 ------- I'm not sure. When I opened this bug I switched Gtk# to use LoadWithPartialName + GetType, and have since gone to a more sane type mapping/loading scheme for multiple version support. + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-23 09:11 ------- +This test prints nothing: +----------------- +using System; + +class Test { + static void Main () + { + Type t = Type.GetType ("Gtk.Window, gtk-sharp"); + if (t != null) + Console.WriteLine ("Error"); + } +} +-------------- _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
