开发者

Can I convert an assembly to a Strong-Named assembly without recompiling?

I found Microsoft KB artic开发者_如何学Cle:

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.


You can.

Use the sn.exe and al.exe tools to strong name the assembly .

See this howto.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜