Public Token key for the assembly
Scenario:
Sharepoint require most of the assemblies to be strongly named and referenced using 4 part name of the assembly.
Solution:
You can use sn.exe utility to get the public token key for your assembly
Code:
Sharepoint require most of the assemblies to be strongly named and referenced using 4 part name of the assembly.
Solution:
You can use sn.exe utility to get the public token key for your assembly
Code:
or
"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe" -T MyAssembly.dll
Comments
Post a Comment