How will you deploy the dll file in gac?



How will you deploy the dll file in gac?..

Answer / Naman Kumar

To deploy a DLL file to the GAC, use the `gacutil` tool with the install command: `gacutil /i <your_assembly.dll>`. Ensure that the assembly has a strong name before attempting installation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks

1 Answers  


What is the difference between dynamic and var in c#?

1 Answers  


What is asp net c#?

1 Answers  


What is the difference between a function and a method?

1 Answers  


List the different stages of a thread?

1 Answers  


if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define

2 Answers  


Is c# strongly typed?

1 Answers  


How big is an int in c#?

1 Answers  


What is binary search tree in data structure?

1 Answers  


Can you store multiple data types in System.Array?

5 Answers  


Any problem found in vs.et

1 Answers   Digital GlobalSoft,


What is the difference between “finalize” and “finally” methods in c#?

1 Answers  


Categories