Hi,
 
I'm very new to Mono and I wonder if we should you be able to use delegates in Mono (version 0.20) ?
 
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.
 
Thanks,
 
Gert

Reply via email to