[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:53:18 -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 vargaz@gmail.com.

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

--- shadow/69181	2004-11-09 13:50:32.000000000 -0500
+++ shadow/69181.tmp.31348	2004-11-09 13:53:18.000000000 -0500
@@ -136,6 +136,11 @@
 You'll get the same exception as you thrown, ie, a
 System.Runtime.Serialization.SerializationException.
 
 Tests are done with the version 1.1 of the framework.
 
 Jean-Baptiste
+
+------- Additional Comments From vargaz@gmail.com  2004-11-09 13:53 -------
+MS throws the same exception when defining a dynamic assembly in 
+an appdomain. The problem is the dynamic assembly created by the
+remoting code is leaked to callers of GetAssemblies, while it shouldn't.