adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141