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 |
Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....
What are client activated objects?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?
3 Answers Phoenix Technologies,
Distinguish between Server-side and Client-side code?
What is the difference between a session object and cache object
2 Answers CitiGroup, PennyWise,
What is ipostback?
How can we apply themes to an asp.net application?
what are the application layers for a distribute application?
what exception is thrown when you do a response.redirect
How do u deploy your asp.net application?
What is meant by asp.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)