Search code examples
.netassembliesstrongname

Can I convert an 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?


Solution

  • You can use the Signer tool to sign an unsigned assembly.