What is Global Assembly Cache (GAC) and what is the Purpose
of it?

Answer Posted / guest

Each computer where the common language runtime is installed
has a machine-wide code cache called the global assembly
cache. The global assembly cache stores assemblies
specifically designated to be shared by several applications
on the computer. You should share assemblies by installing
them into the global assembly cache only when you need to.
Steps
- Create a strong name using sn.exe tool
eg: sn -k keyPair.snk
- with in AssemblyInfo.cs add the generated file name
eg: [assembly: AssemblyKeyFile("abc.snk")]
- recompile project, then install it to GAC by either
drag & drop it to assembly folder (C:\WINDOWS\assembly OR
C:\WINNT\assembly) (shfusion.dll tool)
or
gacutil -i abc.dll

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why SOAP is required?

684


Explain memory-mapped files.

640


Interop Services?

1467


what is the meaning silverligt control

1690


What does cil do?

584






What is il in vb.net?

608


Explain assemblies in .net?

625


what are connection strings?

1762


What is equivalent for regsvr32 exe in .net ?

690


Is .net core stable?

505


What is the purpose of IClonable interface in .NET?

614


Explain how com+ related to the dna architecture?

572


Is atl redundant in the .net world?

575


What does stateless mean?

645


What is the difference between boxing and unboxing?

556