How do you register a .NET assembly?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / saiish bhat
To register an assembly : Regsvr32
Also you can use GacUtil.exe tool
| Is This Answer Correct ? | 1 Yes | 0 No |
whats the purpose of AUTOPOSTBACK property for the controls in asp.net?
What do you mean by authentication?
what is diffrence between debug class and trace class in asp.net ?
What is the concept of postback in asp.net?
Contrast OOP and SOA. What are tenets of each ?
How can you implement encapsulation in asp.net?
Any alternative to avoid name collisions other then Namespaces?
how many character send in one sms forget 160limit and think about gateway allowed
Explain the use of view state?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How do sessions work?
How many no of classes in .net
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)