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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 16:33:05 -0400 (EDT)


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 mkestner@ximian.com.

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

--- shadow/65478	2004-09-07 16:33:05.000000000 -0400
+++ shadow/65478.tmp.6946	2004-09-07 16:33:05.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 65478
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+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.