[Mono-dev] AppDomains

Robert Jordan robertj at gmx.net
Tue Nov 14 06:34:19 EST 2006


Matthijs ter Woord wrote:
> I made a testcase, see attached file. The following output is expected:
> 
> Foo
> DoTest, 'Hello, World', True
> done
> 

Under MS.NET 1.1 I got the same self-explanatory exception
like in Mono, so it seems that the serialization of delegates
constructed from non-public static methods has changed in
MS.NET 2.0.

If the method is public, the test case works under Mono and
MS.NET 1.1. If it's non public, it works only under MS.NET 2.0.

Robert
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: s2.cs
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061114/c308ec31/attachment.pl 


More information about the Mono-devel-list mailing list