Hello, > 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. Miguel. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
