[Mono-bugs] [Bug 69181][Nor] Changed - Bug in AppDomain.GetAssemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 13:36:49 -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 bmaurer@users.sf.net.

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

--- shadow/69181	2004-11-06 10:15:19.000000000 -0500
+++ shadow/69181.tmp.31169	2004-11-09 13:36:49.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 69181
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Blocker
+Severity: Unknown
+Priority: Normal
 Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: mono@evain.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Bug in AppDomain.GetAssemblies
@@ -58,6 +58,11 @@
         } catch (Exception e) {
             Console.WriteLine(e.Message);
             Console.WriteLine(e.StackTrace);
         }
     }
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2004-11-09 13:36 -------
+This is nasty. Basically the assembly builder is not serializeable, 
+and we need to transfer it across ad's. I have to see what msft does 
+here.