Spiga

How to get the PublicKeyToken of an Assembly

Can't find the PublicKeyToken of an Assembly?

Here is how.

Open the Visual Studio Command Prompt
type sn -T {target path} where {target path} is the path to the assembly in question.
You will get the PublicKeyToken and be happy again

0 comments: