What is the procedure to add assemly to gac to make it shared one?



What is the procedure to add assemly to gac to make it shared one?..

Answer / Bhavana Devi

To add an assembly to the Global Assembly Cache (GAC), you can use the gacutil.exe command-line tool or the Visual Studio IDE. The general steps are: 1) Build the assembly, 2) Register the assembly using gacutil -i [assembly name], or 3) Right-click the project in Solution Explorer, choose Properties, then Signing, and finally sign the assembly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


What is .net and .net framework?

1 Answers  


What are the different types of memory in .net?

1 Answers  


What is UDDI and how to register the web service in it?

1 Answers   TCS,


How to write an MMC snap-in for my Windows service?

1 Answers  


What is Garbage Collection in .Net? Garbage collection process?

3 Answers  


Explain about .Net products?

1 Answers  


How to create a key pair in .net?

1 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

1 Answers  


How does linq work?

1 Answers  


What is prerender event of a page?

3 Answers   C Squared Systems,


Describe the programming model of a windows service

1 Answers  


Categories