What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe?

Answers were Sorted based on User's Feedback



What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe?..

Answer / selvavelan.s

It is one of utility of .net. It is used to register a
assemly in global cache. Normally we store this assembly in
"C:\WINDOWS\assembly"

Befor we register the assembly we should give strong name
using sn.exe utility

Is This Answer Correct ?    14 Yes 0 No

What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe?..

Answer / srikanth

gacutil.exe is the tool provided by the .net framework
which helps to register an assembly that is meant for
sharing i.e., public usage. Before registering an assembly
as public or shared assembly you must generate a strong
name for that assembly using the sn.exe tool.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What r all the controls in ASP.NET ?

3 Answers  


What is asp.net globalization?

0 Answers  


Why is global asax is used for?

0 Answers  


What data types do the RangeValidator control support?

2 Answers   Siebel Systems,


What is the main difference between grid layout and flow layout?

1 Answers  






What is session start?

0 Answers  


What is a session in programming?

0 Answers  


What is paging in context of Memory?

0 Answers   Microsoft,


What is the difference between equals() and == in c#?

0 Answers  


How can you implement the postback property of an asp.net control?

0 Answers  


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


How about the security in Activex DLL and Activex EXE ?

0 Answers   DELL,


Categories