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 |
What is Assembly manifest? what all details the assembly manifest will contain.
What is .net and .net framework?
What are the different types of memory in .net?
What is UDDI and how to register the web service in it?
How to write an MMC snap-in for my Windows service?
What is Garbage Collection in .Net? Garbage collection process?
Explain about .Net products?
How to create a key pair in .net?
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
How does linq work?
What is prerender event of a page?
Describe the programming model of a windows service