[Mono-dev] Re: [PATCH] mono-service: Use AppDomain.ExecuteAssembly instead of MethodInfo.Invoke

pablosantosluac at terra.es pablosantosluac at terra.es
Wed Jun 7 08:12:23 EDT 2006


Hi,

It works for me! :-)

Thanks,

pablo

----- Original Message ----- 
From: "Kornél Pál" <kornelpal at gmail.com>
To: <mono-devel-list at lists.ximian.com>
Cc: <pablosantosluac at terra.es>
Sent: Wednesday, June 07, 2006 1:58 PM
Subject: [PATCH] mono-service: Use AppDomain.ExecuteAssembly instead of 
MethodInfo.Invoke


> Hi,
>
> This fixes the bug reported by Pablo. AppDomain.ExecuteAssembly uses the
> same method to execute the assembly as the runtime so assemblies that can 
> be
> executed using the runtime are guaranted to be executable by mono-service 
> as
> well.
>
> Please review and approve the patch.
>
> Pablo: Please try this patch. (Use patch < mono-service.diff in the
> directory of mono-service.cs. Also note that you should patch the original
> mono-service.cs rather than your version.)
>
> Kornél
> 




More information about the Mono-devel-list mailing list