Hi,
 
Is anyone else using Mono on Windows ?  I seem to be having problems building code with enums or delegates.
 
both seems to cause a similar exception during compilation :
 
Unhandled Exception: System.NotSupportedException: Type Filter 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 pretty sure this is working on Linux (how would Mono otherwise have been built), but I'd like to know for sure that this is an issue related to all Windows users, not specific to my environment.
 
I used the Windows setup package, so I didn't build Mono myself.
 
Thanks,
 
Gert
 
 

Reply via email to