[Mono-bugs] [Bug 76757][Nor] Changed - new AppDomains inherit current loaded assemblies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 19 14:04:50 EST 2005


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 kornelpal at hotmail.com.

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

--- shadow/76757	2005-11-19 13:51:30.000000000 -0500
+++ shadow/76757.tmp.29236	2005-11-19 14:04:49.000000000 -0500
@@ -139,6 +139,15 @@
 classes that are visible to the app domain.
 
 I think in this case RemotingServices.ExecuteMessage could be used 
 to invoke members of the marshaled object but I did not want to 
 create a custom class that implements IMethodCallMessage and did not 
 find an easier solution to invoke members.
+
+------- Additional Comments From kornelpal at hotmail.com  2005-11-19 14:04 -------
+I forgot to mention that in none of the above cases are assemblies 
+loaded into the new app domain. Doing so may result in exceptions on 
+MS.NET for a lot of type of code that runs fine on Mono.
+
+I think that the above mentioned but unnamed reason was that a 
+remoting or assembly loading bug was incorrectly treated and was 
+fixed by inheriting assemblies rather than fixing the actual bug.


More information about the mono-bugs mailing list