ildasm and ilasm to sign an unsigned assembly
Published Monday 02 May 2011
Decompile with ildasm and recompile with ilasm using your key.
Default ILDASM and ILASM locations as of .Net 4.0
"C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\ildasm.exe" ClassLibrary.dll /out:ClassLibrary.il
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe" ClassLibrary.il /res:ClassLibrary.res /dll /key:myKey.snk /out:ClassLibrary.dll
Previously: Database Schema Reader with more SqlServerCE 4.0 love (25 Apr 2011)