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 is query string with example?

0 Answers  


Disable Session State at the Application Level

2 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


Where session variables are stored?

0 Answers  


What is CTE in sql server 2005?

3 Answers   Minecode,






Can one dll file contains the compiled code of more than one .net language?

0 Answers  


What does the "EnableViewState" property do?

2 Answers  


What are sql notifications and sql invalidations?

0 Answers  


What r the asp.net list controls and difference between them?

0 Answers  


What is a response cookie?

0 Answers  


HI, I have a very important query in mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for more then a year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 Answers   CTS,


How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?

5 Answers   iSoft, TCS,


Categories