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
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 |
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 |
To call a Web service SOAP which transport protocol you use?
Are cookies stored on server or client?
Explain the server control events of asp.net ?
What is state management techniques in asp.net?
How can we make sure that Web API returns JSON data only?
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'
Define a static class?
How can we provide the WebParts control functionality to a server control?
Is LINQ performance wise better or using sqlcommand?
what is wpf and wcf in .net explain with an example?
What are the contents of cookie?
A Web Service Can Only Be Written In .net. Is it True??