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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-08-21 12:00 ------- You are missing a RegisterDomain () call at the end of CreateAndRegisterDomain (). + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
