Select from following answers:- You first need to put the assembly in the GAC.
- Nothing. Referencing another assembly to use some code is always possible.
- You need to sign the other assembly before using it.

- All Above
You need to strongly name the other assembly before you can reference it.
An assembly in the GAC needs to be strongly named. Your assembly still won’t be able to reference the nonsigned assembly.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator