Find PublicKeyToken easily
Posted by: Sahil Malik - blah.winsmarts.com,
on 08 Oct 2011 |
View original | Bookmarked: 0 time(s)
SharePoint 2010 Training: more information
This tip will make it easy for you to get that assembly name right within Visual Studio.This applies to both SP2010 and SP2007 or General .NET. In Visual Studio, Go to Tools > External Tools. Click on Add to add a tool, and put in the following values: Title: S&trong Name Command: Powershell.exe Arguments: -command "[System.Reflection.AssemblyName]::GetAssemblyName(\"$(TargetPath)\").FullName" Check Use Output Window Uncheck everything else heres how it should look - 3. Thats it, now in your project, Visit Tools > Strong Name, and in the output window, itwill give you...