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 |
Can I use razor code in javascript in asp.net mvc?
What are Action Methods in ASP.NET MVC?
If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?
Can we change web.config settings from iis?
What does mvvm mean?
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
how do you query in entity model when the result has a join from from different database other than the entity model?
Can you write a class without specifying namespace? Which namespace does it belong to by default?
What is ViewStart Page in ASP.Net MVC?
explain why t4 entity is important in entity framework?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?