Tuesday, April 14, 2009

Getting a Solutions PublicKey Token

I was working on a sharepoint workflow. I signed it with a strong name key file but now I needed to find out what my public key token was. This took some hunting online but in the end I found the solution here.

I created a custom external tool in Visual Studio 2008 to call SN.exe and pass the –T"$(TargetPath)" argument. Now finding my public key token is as easy as accessing the drop down menu.

No comments: