The following snippet is causing an error when compiling with mcs (on cygwin). csc works fine.

namespace Test
{
        public delegate void CloseFTP();
}

Unhandled Exception: System.NotSupportedException: Type CloseFTP 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)
(null)


Any ideas? Am I doing something wrong...or...Should I log it as a bug?

Brian

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to