[Mono-list] Delegates and inter-assembly custom marshale

Varga Zoltan vargaz@freemail.hu
Thu, 22 Jan 2004 21:32:45 +0100 (CET)


                                           Hi,

   Fixed in CVS.

            Zoltan

> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com]On Behalf Of ext
Patrick
> Hartling
> Sent: January 21,2004 22:06
> To: mono-list@lists.ximian.com
> Subject: [Mono-list] Delegates and inter-assembly custom
marshaler
> lookup
> 
> 
> I have run across what I think is a bug in Mono's lookup
of custom
> marshalers associated with delegates.  The problem occurs
when a
> delegate defined in a base class (A.Base in assembly A.dll) 
> has a custom
> marshaler for a parameter.  If a class drived from A.Base in 
> a different