Find Public Key Token of my Project in Visual Studio 2012

In order to find the public key token of your project you need to follow this:
1. Open the Developer Command Prompt fot VS2012.
2. Write this command (Use full path of your DLL file):

sn -T C:MyDLLdirectoryMyDLLfile.dll

3. Automatically it shows you your token:

Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.17929
Copyright (c) Microsoft Corporation. All rights reserved.
Public key token is 76861r05e13c7c15

Categories:

2 Responses

  1. […] Note: “MyProject.Layouts.MyLayoutsFolder.WsHerramientas” must be replaced by your project Path (In my case I worked with a SharePoint project, so I added it to my Layouts folder). “TOKEN” must be the public token of your project. If you don’t know your public token you can follow this steps: Find Public Key Token of my Project in Visual Studio 2012. […]

  2. […] public token of your project. If you don’t know your public token you can follow this steps: Find Public Key Token of my Project in Visual Studio 2012.6. Add the Web Services Reference to the […]

Leave a Reply

Your email address will not be published. Required fields are marked *