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
Spiga
Wednesday, July 2, 2008 at 9:33 PM Posted by Peter
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:
Post a Comment