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

Alex Shulgin alexander.shulgin at yessoftware.com
Mon Nov 2 07:21:37 EST 2009


Robert Jordan wrote:
> 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

Ah, thanks--that solved it! :)

--
Alex



More information about the Mono-devel-list mailing list