Steps :
1. Go to Start and search for "Visual Studio Command Prompt" and open it.
2. Type the DLL file path and type the following command.
Command: sn -T myDll.dll
Example: E:\ExampleProject\bin\Debug> sn -T ExampleProject.dll
The output will be as follows:
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Public key token is 4e4ed2e4e49b94ff
1. Go to Start and search for "Visual Studio Command Prompt" and open it.
2. Type the DLL file path and type the following command.
Command: sn -T myDll.dll
Example: E:\ExampleProject\bin\Debug> sn -T ExampleProject.dll
The output will be as follows:
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Public key token is 4e4ed2e4e49b94ff
No comments:
Post a Comment