Reputation: 85116
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?
Upvotes: 5
Views: 1211
Reputation: 499262
You can.
Use the sn.exe and al.exe tools to strong name the assembly .
sn.exe
al.exe
See this howto.
Upvotes: 4
Reputation: 47058
You can use the Signer tool to sign an unsigned assembly.