What is gacutil.exe. Where do we store assemblies ?

Answers were Sorted based on User's Feedback



What is gacutil.exe. Where do we store assemblies ?..

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

What is gacutil.exe. Where do we store assemblies ?..

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

What is gacutil.exe. Where do we store assemblies ?..

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

What is gacutil.exe. Where do we store assemblies ?..

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 gacutil.exe. Where do we store assemblies ?..

Answer / ganeswararao.g

printer problem tell you sir

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


What is presentation framework?

0 Answers  


Why we need a separate mobile project template, while we can render our web application in mobile ?

0 Answers  


What is the use of display modes?

0 Answers  


Difference between ASP.NET MVC and ASP.NET WebForms?

0 Answers  






what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.

1 Answers   Excel,


What type of filter does outputcacheattribute class represents?

0 Answers  


What are attributes

1 Answers  


What is the advantage of mvc?

0 Answers  


I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?

2 Answers   IBM,


What is route config?

0 Answers  


Explain the role of assembly in the .net framework.

0 Answers  


Categories