[Mono-bugs] [Bug 82510][Maj] Changed - assert when unloading domains and throwing exception from XmlDocument.Load.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 21 12:07:32 EDT 2007
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 joe at otee.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=82510
--- shadow/82510 2007-08-21 12:00:44.000000000 -0400
+++ shadow/82510.tmp.32627 2007-08-21 12:07:31.000000000 -0400
@@ -36,6 +36,13 @@
platforms.
------- Additional Comments From vargaz at gmail.com 2007-08-21 12:00 -------
You are missing a RegisterDomain () call at the end of
CreateAndRegisterDomain ().
+
+------- Additional Comments From joe at otee.dk 2007-08-21 12:07 -------
+RegisterDomain is called inside the Main function.
+
+The Main function is invoked through ExecuteAssembly. You have to call RegisterDomain in
+Main or another function called through remoting otherwise mono_domain_get will not
+return the newly created domain.
More information about the mono-bugs
mailing list