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

We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


What is server components?

0 Answers  


Differentiate between namespace and assembly.

0 Answers  


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

0 Answers   BirlaSoft,






There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


How to use push notification?

0 Answers   MCN Solutions,


How do you use css in asp.net?

8 Answers   iBridge,


How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


What is the difference between session state and session variables ?

6 Answers   Digital GlobalSoft,


Where is the view state data stored in asp net?

0 Answers  


If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?

1 Answers   MMTS,


Categories