G
Guest
Hi Friends
I have to sign a dll(without source code) with strong name and therefore I
use the al /out command:
al /out:<assembly name> <module name> /keyfile:<file name>
(In this command, assembly name is the name of the assembly to sign with a
strong name, module name is the name of the code module used to create the
assembly, and file name is the name of the container or file that contains
the key pair. ***quoted from MSDN)
However, even after intensive searching through the web I still do not well
understand the meaning of the <module name> parameter in the command, which
is explained in:
http://msdn.microsoft.com/library/d...ide/html/cpconassigningassemblystrongname.asp
And I still fail to sign the module
Any help would be highly appreciated. Thanks, Thanks and Thanks!!
Tom
I have to sign a dll(without source code) with strong name and therefore I
use the al /out command:
al /out:<assembly name> <module name> /keyfile:<file name>
(In this command, assembly name is the name of the assembly to sign with a
strong name, module name is the name of the code module used to create the
assembly, and file name is the name of the container or file that contains
the key pair. ***quoted from MSDN)
However, even after intensive searching through the web I still do not well
understand the meaning of the <module name> parameter in the command, which
is explained in:
http://msdn.microsoft.com/library/d...ide/html/cpconassigningassemblystrongname.asp
And I still fail to sign the module
Any help would be highly appreciated. Thanks, Thanks and Thanks!!
Tom