Hi..
Ques : What is a global cache assembly ? What are the steps to create an assembly and add it to the GAC?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Mar 1, 2012, 10:54 PM
The Global Assembly Cache (GAC) refers to the machine-wide code cache or we can say this is central place where you can put your assemblies to used in differnent project.
Assemblies that could be used by more than one applications can be put in the global assembly cache.
For example, If I have created one assembly that log error, this may be used in couple of project so this may put in GAC.
hope this help.