Should sn.exe be used before gacutil.exe ?

Answers were Sorted based on User's Feedback



Should sn.exe be used before gacutil.exe ? ..

Answer / abhishek maitrey

Yes. It is mandatory to assign the strong name to the
assembly before placing it into the GAC. The stron name
contains the public key to recognize by the GAC for whom
the request comes.
Note : GAC is a special area where more than one same named
assemblies may be placed having different versions.

Is This Answer Correct ?    14 Yes 0 No

Should sn.exe be used before gacutil.exe ? ..

Answer / narayansahu

Yes. Before placing an assembly to GAC, we should sign the
assembly with a strong name using sn.exe

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of session state and application state and difference between them?

0 Answers  


What is the file through which you can customize your asp.net application?

0 Answers  


What is ashx file in asp.net?

0 Answers  


How does VB.NET/C# achieve polymorphism?

6 Answers   Siebel Systems,


List the events in page life cycle.

0 Answers  






Explain different types of validators in asp.net?

0 Answers  


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


Why is it preferred to not use finalize for clean up?

0 Answers  


What is Bundling and Minification in MVC?

0 Answers   HCL,


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

0 Answers  


Describe the disadvantage of cookies.

0 Answers  


What is a bubbled event?

2 Answers  


Categories