Strong signing a third party assembly in .net
Just a quick tip for all you codeplex/codeproject code downloading junkies
Solution for assigning a strong name to a third party DLL using your visual studio command prompt.
E.g. Lets say the name of the third party DLL is myTest.dll.
Step 1: Dis-assemble the assembly
ildasm myTest.dll /out:myTest.il
Step 2: Re-Assemble using […]
Filed under: Tech on December 11th, 2007 | 1 Comment »