Travis Lingenfelder

Travis is a senior consultant for Catapult Systems and blogs about Microsoft technologies including SharePoint, but is passionate about all things relating to technology. Travis is a MCTS for SharePoint Server 2007, application development and configuration.
RSS Feed
Apr16

Visual Studio Add-in to get an assembly PublicKeyToken

Often times during the course of a development project you may want to easily obtain the PublicKeyToken used to sign the assembly. Most people will add the assembly to the GAC and then use the properties dialog to copy out the information needed to register the assembly with its complete signature. This is especially true for modifying the web.config when doing any type of web or SharePoint dev...
Posted by Travis Lingenfelder on Wednesday, 16 Apr 2008 02:30.
1 Comment | Categories: Development, Visual Studio