[Mono-dev] Application Portability Guidelines.

Brian Crowell mono-devel at fluggo.com
Mon Jul 31 19:13:18 EDT 2006


Charlie Poole wrote:
> 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.

It was more of a "don't do it because you can't be sure what will work and what 
won't." Obviously, you guys are doing NUnit tests, so multiple AppDomains work 
in some cases. I would expect you to have trouble, say, running NUnit tests on 
NUnit; the current setup causes great difficulty if you're trying to use two 
different versions of the same assembly.

--Brian




More information about the Mono-devel-list mailing list