Question

I have Visual Studio 2008 and the Windows SDK for Windows Server 2008 and .NET Framework 3.5 installed. I believe that is the latest platform SDK.

I'm trying to build a signed dll to be installed in SxS. All the tutorials explain to use a tool called pktextract.exe which is part of the SDK, but I can't seem to find the tool. All the other tools such as makecert, mt, makecat exist.

Was pktextract replaced by some other tool in the latest version of the sdk?

Thanks for the help.

Was it helpful?

Solution

With VS2008, You can use sn -T to extract the public key token from an assembly or a combination of sn -p and sn -t to extract one from a pfx.

OTHER TIPS

Should be part of the Platform SDK.

I ended up getting it from a Visual Studio 2005 installation, there it is found under ...\common\tools\bin

I wonder why it was removed. Maybe MS simply forgot it?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top