The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Finding the public key of an assembly

Sometimes you need to the complete public key of an assembly instead of the public key token. For example when you want to use the InternalsVisibleTo attribute when the target assembly is signed. The easiest way of doing so is using the Strong Name Tool or sn.exe with the –Tp parameter. So from .NET 2.0 command prompt do:

sn -Tp <<your assembly>>

 

And if you want to add an Open .NET 2.0 SDK Command Prompt here shortcut menu option to the Windows Explorer check this tip.

Enjoy!

www.TheProblemSolver.nl
http://wiki.WindowsWorkflowFoundation.eu

Published Sat, Mar 22 2008 14:40 by Maurice
Filed under: , ,

Comments

# windows explorer checking for public keys@ Thursday, July 10, 2008 5:48 AM

Pingback from  windows explorer checking for public keys