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

Explain serialization and deserialization?

0 Answers  


What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers  


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


Differences between “dataset” and “datareader”.

0 Answers  


Why should i prefer JSP over asp.net or any other web development language..??

0 Answers  






how to use html code in asp source code?

1 Answers  


Why web api is better than wcf?

0 Answers  


What are the advantages of asp.net?

0 Answers  


Explain automatic memory management in .net.

0 Answers  


What is http pipeline in asp.net?

0 Answers  


One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot deserialize the Web Part. Check the format of the properties and try again. - this error is occured in Sharepoint 2007 while deploy the web part

1 Answers   WebInfo,


What's the use of formatters in .net?

0 Answers  


Categories