Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: fa94cb1ed90b9d4e703ffbc04aaee626e1b7d541 Size: 7.55 KB File Format: zip
Rating: 1.739130434
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 342 License: Free
Assembly Signer is a free software by Cuchuk Sergey and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Assembly Signer which is 7.55 KB in size and belongs to the software category Other Programming Files. Assembly Signer was released on 2010-03-04 and last updated on our database on 2017-02-26 and is currently at version 2.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Assembly Signer Description
The Assembly Signer application was developed to be a small tool designed to sign unsigned assemblies(in compiled libraries) with specified key .snk file. This is a required task if when you deploy application you need to put assembly in GAC.
Configuring of program
1. With Reflector please open target assembly to sign and see Microsoft.Net version
2. Open %windir%\Microsoft.NET\Framework of this version
3. Open tool configuration file as.exe.config
3.1. First line in configuration file is a path of ilasm.exe file:
Example: %windir%\Microsoft.NET\Framework\v1.1.4322\ilasm.exe
3.2. Second line in configuration file is a path of ildasm.exe file from installed .Net SDK:
Example: D:\SOFT_ARCHIVE\SDK 1.1 .NET\Bin\ildasm.exe
Tool tested on .Net 1.1
Remarks for putting assembly in GAC for .Net 1.1:
- Target assembly name should be the same as source name.
So if you had:
c:\mySuperGeneratedAssembly.dll
please leave its name unmodified when specifying target file name
c:\signed\mySuperGeneratedAssembly.dllSystem requirementsMicrosoft .Net Framework 2.0
Microsoft .Net Framework XX
Microsoft .Net XX SDK
XX - required version for signing assembly