[Mono-bugs] [Bug 51035][Nor] New - AssemblyName.GetAssemblyName loads into AppDomain

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 Nov 2003 01:24:06 -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 tberman@gentoo.org.

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

--- shadow/51035	2003-11-16 01:24:06.000000000 -0500
+++ shadow/51035.tmp.19701	2003-11-16 01:24:06.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 51035
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tberman@gentoo.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: AssemblyName.GetAssemblyName loads into AppDomain
+
+AssemblyName.GetAssemblyName (string) loads the assembly into the current 
+AppDomain which it shouldnt do. This affects the gacutil.exe in its 
+current state.