2009-08-13 63 views

回答

3

好了,回答我的問題爲別人着想誰可能會發現自己在這種情況下:

首先,你需要把你的公鑰/私鑰爲「容器」。 sn.exe能爲你做到這一點:

sn.exe -i MySpecial.pfx MagicContainerName 

然後你可以使用tlbimp.exe像這樣:

tlbimp.exe MyActiveX.dll /out:MyActiveX.Interop.dll /keycontainer:MagicContainerName 

最後,清理容器創建:

sn.exe -d MagicContainerName