Hi Miguel, > > > Feel free to augment the page with your experiences or with > > > tools, tricks and tips that might be useful to others. > > > > Probably add a suggestion to never create more than one > AppDomain under Mono. > > I will add the semantics of our current AppDomain behavior. > > 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. Charlie _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
