Hi Miguel 

> > Oddly enough, loading our NUnit 2.4 test assemblies under a single 
> > domain causes it to fail. We're making it work under Mono by using 
> > Multiple AppDomains. So I assume the problem is more subtle than 
> > "never create more than one" I'll be interested in reading 
> what the issues are.
> 
> The semantics of our AppDomains is that all the assemblies in 
> the creating domain are automatically made available on new domains.

That's actually pretty convenient for us, at least with respect to making
the NUnit core accessible in the new AppDomain. But it also explains some
problems, since we actually expect to see and respond to the load failure on
Windows.

Charlie



_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to