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
Whats the difference between abstract factory pattern and factory pattern?
What is a SESSION and APPLICATION object?
What is connection pooling and how to enable and disable connection pooling?
What is content place holder?
Which is faster viewdata or viewbag?
What is directive in asp net?
How can u debug your .net application?
Explain the use of view state?
What are main return types supported in Web API?
What are the new web part controls in asp.net 2.0 ?
How to deploy/publish webservices?How many ways?Plz explain me
Can you use Web API with ASP.NET Web Form?
Give a few examples of page life cycle events.
Define dll hell?
What is slidemaster?