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

How to use one project files into another project?

4 Answers   HP,


Explain what a diffgram is, and a good use for one?

1 Answers   FT,


If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?

1 Answers   Satyam,


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


What is difference between URL and URI?

0 Answers   MCN Solutions,






What is view state and how it works in asp net?

0 Answers  


how to do pakaging nd deployment

1 Answers  


What is cookieless session id explain in brief?

0 Answers  


What is active web pages?

0 Answers  


What asp.net control can embed xaml into asp.net pages?

0 Answers  


Types of store procedure in Sqlserver?

3 Answers  


What is the difference between response.redirect and server.transfer, how to choose one among the other?

3 Answers   247Customer,


Categories