How can we give strong name to assembly? What is satellite
assembly?
Answer Posted / srilakshmi
To sign an assembly with a strong name, we must have a
public/private key pair. It can be generated by using
sn.exe (strong name) utility.
1. Type the following at the command prompt
sn -k mykey.snk
2. Open the project in VS.NET
3. open solution explorer window, right click on ur project
name -> properties
4. click on the signing tab in the properties page
5. select the "sign the Assembly" checkbox
6. click the dropdown list and select strong name key file.
7. Build the application
Satellite Assembly: is a resource assembly that include
separte resources for different cultures. This assembly
allow a different set of resources to be loaded
automatically based on the culture of the thread.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to find the angle between the hours and minutes in a clock
What is string pool in c#?
To create a localized application which namespaces are necessary?
What is the difference between func and action delegate?
what is the scope of anonymous type ?
What is the use of flag in c#?
What is difference between string and stringbuilder in c#?
Does c# support templates?
What is the benefit of interface in c#?
Define method overloading in c#?
What is oledb in c#?
What is lock statement in C#?
Is c# an open source language?
What is the Signification of the "new " keyword in C#? example
What are most desktop applications written in?