I found Microsoft KB article:
But it looks like they want me to recompile after I have created a key pair. Is there any way to just convert the assembly to a strong named assembly without recompiling?
I found Microsoft KB article:
But it looks like they want me to recompile after I have created a key pair. Is there any way to just convert the assembly to a strong named assembly without recompiling?
You can use the Signer tool to sign an unsigned assembly.
code module
? I tried specifying my base assembly but it gave me the following error: `ALINK: warning AL1020: Ignoring included assembly 'c:\temp\MyDll.dll' –
Dispersoid A module is a Microsoft intermediate language (MSIL) file that does not have an assembly manifest.
–
Swanky © 2022 - 2024 — McMap. All rights reserved.