[Mono-bugs] [Bug 65478][Blo] Changed - Type.GetType("Gtk.Window,gtk-sharp") should not work with .net Framework's GAC

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Nov 2004 03:23:09 -0500 (EST)


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 josephmolnar@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=65478

--- shadow/65478	2004-11-21 03:21:30.000000000 -0500
+++ shadow/65478.tmp.23135	2004-11-21 03:23:09.000000000 -0500
@@ -10,13 +10,12 @@
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Type.GetType("Gtk.Window,gtk-sharp") should not work with .net Framework's GAC
 
 On the MS runtime, if an assembly is installed in the GAC, you must provide
 a fully qualified assembly name (e.g.  name,key,culture) for the lookup to
 succeed.  Mono currently allows partial name lookups for GAC'd assemblies.