[Mono-list] delegate support ?
Ravi Pratap M
ravi@ximian.com
27 Feb 2003 11:21:34 -0600
Hi Gert,
> I'm very new to Mono and I wonder if we should you be able to use
> delegates in Mono (version 0.20) ?
Well you should be, certainly - we have support for it.
> I was just trying to build log4net on Mono, but the compiler
> throws the following exception :
>
> Unhandled Exception: System.NotSupportedException: Type
> LoggerRepositoryShutdown
> EventHandler was not completed.
> at System.Reflection.Emit.ModuleBuilder.PreSave(String fileName)
> at System.Reflection.Emit.AssemblyBuilder.Save(String
> assemblyFileName)
> at Mono.CSharp.CodeGen.Save(String name)
> at Mono.CSharp.Driver.MainDriver(String[] args)
> at Mono.CSharp.Driver.Main(String[] args)
>
> I'm building it on Windows, don't know if that has anything to do with
> it.
This has been filed as a bug already - we shall get down to fixing it
ASAP.
Thanks,
Ravi