[Mono-winforms-list] Important ResourceManager notes

Peter Dennis Bartok peter at novonyx.com
Fri Jun 10 21:02:06 EDT 2005


Al also doesn't yet support signing assemblies. Sebastien has offered to 
implement that next week.

Cheers,
  Peter
-----Original Message-----
From: "Kornél Pál" <kornelpal at hotmail.com>
To: <mono-winforms-list at lists.ximian.com>; "Peter Dennis Bartok" 
<peter at novonyx.com>
Date: Friday, 10 June, 2005 16:13
Subject: Re: [Mono-winforms-list] Important ResourceManager notes


>> 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  -  Mono-winforms-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
> 



More information about the Mono-winforms-list mailing list