Answer Posted / ian
Open the project for which you need to have key. right
click on the project in solution explorer. ->Properties-
>Signing->clike the checkbox "Sign the assembly" -> select
new ->give keyname[eg key1] and password[optional].
Now your project has a key file with the name key1.snk
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is object array in c#?
What are the boolean data types in c#?
What is the purpose of the integer parse method the decimal parse method?
Why we use extension methods in c#?
What is datatable in c#?
What is data hiding in c#?
Name which controls do not have events?
How will you get the different language strings?
Can dictionary have duplicate keys c#?
What does a constructor do c#?
What is msil in c#?
What is the difference between const and static read-only?
What does break do in loop?
If casting fails what type of exception is thrown?
What is default value of enum c#?