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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
