Delay signingQuestion: see book
Answer: see 8.5.2 Strong Name Tool (sn.exe)
the compiler will put the public key into the resulting assembly and leave enough space for later introduction of the signature. Installation in the GAC works like in the previous exercise. But this actually does not work here! Only after we (delay-)signed the assembly with sn /R MyLib.dll mykeys.snk installation works as before. |
|||