[Mono-winforms-list] Important ResourceManager notes

Kornél Pál kornelpal at hotmail.com
Fri Jun 10 17:52:05 EDT 2005


> Our (potential) problem then becomes that we need to make sure that our
> gac
> supports satellite assemblies, and that we can teach our build system to
> produce those (at least for MWF where we have more than one)

The runtime supports it correctly.
Gacutil has a minor bug:
http://bugzilla.ximian.com/show_bug.cgi?id=75224

Satellite assemblies can be easily created using al.exe.
For example:
al.exe /nologo /t:lib /embed:some.resources /culture:some /keyfile:some.snk
/out:some.resources.dll /template:some.dll

The only problem is that I was unable to do anything with Mono's al.exe. It
does not implement /template (can be worked around by specifying the
attributes using parameters) but it throws exceptions instead of emitting
the satellite assembly.

Kornél



More information about the Mono-winforms-list mailing list