开发者

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

开发者 https://www.devze.com 2023-01-25 14:27 出处:网络
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 withou

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

精彩评论

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