Hi friends,
Please update me that, What is GAC in .NET
Thanks,
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.
Prasant JinagaPosted Mar 22, 2012, 3:45 AM
GAC which is Global assembly cache is a machine-wide store used to hold assemblies that are intended to be shared by several applications on the machine. Each computer where the common language runtime (CLR) is installed has a global assembly cache. The global assembly cache stores the assemblies specifically designated to be shared by several applications on the computer.
Hope it helps!!!
Thanks,
Prasant
Manikandan ChandranPosted Mar 22, 2012, 5:13 AM