Question:
What is the procedure to add assemly to GAC to make it shared one?
Answer:
Strong name the assembly using snk and copy the assembly into the windows/assembly folder Source: CoolInterview.com
Private assemblies are very useful, but sometimes we will want to put a DLL in a central place so that a single copy can be shared by the other assemblies on the system. .NET has such a repository, called the Global Assembly Cache(GAC). An assembly placed into the GAC is called a Shared Assembly. Source: CoolInterview.com
Answered by: Ashish Sharma | Date: 6/3/2009
| Contact Ashish Sharma
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|