.pfx as keyfile and al.exe -
06-30-2007
, 07:08 PM
Hi
Al.exe does not seem to accept .pfx file in /keyfile parameter. If I use
such a file Al reports an error
Al.exe
/out:"D:\Src\C#\Sign\bin\Debug\fi\Sign.resources.dl l" /v:1.0.0.0 /c:fi
/keyfile:"D:\Src\C#\Sign\Sample.pfx"
/embed:"D:\Src\C#\Sign\Form1.fi.resources","Sign.Fo rm1.fi.resources"
/embed:"D:\Src\C#\Sign\Properties\Resources.fi.reso urces","Sign.Properties.Resources.fi.resources"
ALINK: error AL1019: Metadata failure while creating assembly -- Bad Version
of provider.
I use Al.exe to create satellite assembly files. When VS compiles the main
assembly susing Csc.exe .pfx file is accepted.
When I use .snk file instead of .pfx Al works fine.
If this bug in Al.exe or am I missing something. I am using .NET 2.0
Best regards,
Jaakko |