[Mono-list] Build fails on AppDomain because of AssemblyBuilder constructor
Nick Drochak
ndrochak@gol.com
Tue, 6 Nov 2001 08:22:26 +0900
Paolo,
The build is failing at AppDomain. The error is:
System.Reflection.Emit.AssemblyBuilder.AssemblyBuilder()' is
inaccessible due to its protection level
I think the compiler is referencing the MS version of AssemblyBuilder to
resolve this and thus the error. There's no constructors defined in the
mono AssemblyBuilder, so a default public one should be provided by the
compiler, right?
Please let us know what you did to fix this. This seems like a great
example to learn from.
Thanks,
Nick D.