What is gacutil.exe. Where do we store assemblies ?
Answers were Sorted based on User's Feedback
Answer / narayansahu
gacutil is a toll that will list, install, and uninstall
assemblies in the GAC.
Assemblies are of two types: application private and
shared. The default is application private and only one
application uses them. These are the assemblies that are in
the application folder. A shared assemblies is meant to be
used by more than one application. It has a globally unique
name (called a "strong name") and it must be defined in the
GAC. gacutil will list, install, and uninstall assemblies
in the GAC.
Is This Answer Correct ? | 24 Yes | 2 No |
Answer / sudhir agrawal
gacuti.exe is used to add and remove assemblies to/from
GAC(Global Assembly Cache)_
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sathish
Along with the question, would like to answer, "whats the
advantage of installing assemblies in GAC folder?
#1 Different version of the same asssembly can be stored.
#2 Always the latest version will be referenced by
applications.
#3 Central store for multiple applications using the same
DLL,
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / venkat
gacutil is used to make the public assemblies.
this pubic assembies are stored at GAC(global assemblicache).
Is This Answer Correct ? | 2 Yes | 1 No |
What is object service? : Entity framework
Can I set the unlimited length for "maxjsonlength" property in config?
What is GC (Garbage Collection) and how it works
Explain how you can send the result back in JSON format in MVC?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
How does the 'page lifecycle' of asp.net mvc works?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is the CLR
how do you mark a property as required? For example, for a project, the name is a required field.
what is msl?
How does servicing work for the .net framework 3.0?
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible