[Mono-dev] mkbundle + System.Text.GetEncoding = NotSupportedException

Robert Jordan robertj at gmx.net
Sat Oct 31 12:25:06 EDT 2009


Hi,

Alex Shulgin wrote:
> I've tried adding -r:I18N or -r:I18N.Other when compiling with gmcs, but 
> it mkbundle still doesn't pick it up and the end result is the same.

Since these assemblies are loaded via reflection, you must
bundle them manually:

mkbundle [options] your-assemblies $mono-prefix/lib/mono/2.0/I18N*.dll

Robert



More information about the Mono-devel-list mailing list