Answer Posted / lavanya
first step is to create a strong name for your assembly by
using the sdk tool named sn and then using the regasm tool
to register the meta data into the registry.
Syntax:
To create a key pair
sn –k myKey.snk
To sign the assembly with a strong name using attributes
[assembly: AssemblyKeyFileAttribute(@"..\..\key.snk")]
To sign the assembly with a strong name using assembly
linker
al /out:MyAssembly.dll MyModule.netmodule /keyfile:myKey.snk
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is cookies in asp net?
What is asp.net used for?
What is inproc mode in session?
What is client side state management?
If you are using components in your application, how can you handle exceptions raised in a component?
What is %20 in a url?
How can you make sure that web api returns json data only?
Will the asp.net validators run in server side or client side?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are the security types in asp.net?
What is the use of HttpHandlers? When to use this?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
How can you use a custom controls in ASP.NET application?
What is asp short for?