[Mono-devel-list] AppDomain Creation Patch
Jonathan Pryor
jonpryor at vt.edu
Fri May 16 15:12:21 EDT 2003
Sorry for the delay. Currently, it looks like .NET has a NULL value for
the entry assembly (assuming that Assembly.GetEntryAssembly() works
appropriately from within the AppDomain; I've been unable to read
documentation due to .NET installation issues).
Which means (1) my patch is incorrect; (2) I need more test cases to
figure out what the correct behavior is; and (3) I'll have a better
patch for you some time next week.
- Jon
On Thu, 2003-05-15 at 14:08, Paolo Molaro wrote:
> On 05/13/03 Jonathan Pryor wrote:
> > OK to commit?
> [...]
> > +
> > + /* FIXME: is it safe to assume that the new entry assembly is the same as
> > + * the current entry assembly? */
> > + data->entry_assembly = domain->entry_assembly;
> >
> > mono_context_init (data);
>
> Could you write a small test case to check what happens on the MS
> runtime with the entry assembly of a new appdomain?
> Thanks.
>
> lupus
More information about the Mono-devel-list
mailing list