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

To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


Are cookies stored on server or client?

0 Answers  


Explain the server control events of asp.net ?

0 Answers  


What is state management techniques in asp.net?

0 Answers  


How can we make sure that Web API returns JSON data only?

0 Answers  






I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


Define a static class?

0 Answers  


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


Is LINQ performance wise better or using sqlcommand?

1 Answers  


what is wpf and wcf in .net explain with an example?

2 Answers  


What are the contents of cookie?

0 Answers  


A Web Service Can Only Be Written In .net. Is it True??

0 Answers   Siebel Systems,


Categories